Skip to content

Commit

Permalink
link noopener
Browse files Browse the repository at this point in the history
  • Loading branch information
4nt0ineB committed Jun 13, 2024
1 parent 31234d0 commit dd58645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/web/pages/org_form/org_form.tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ <h2>[% lang("organization_members") %]</h2>
<label for="[% field.field %]">[% field.label %]</label>
<div class="open-in-crm">
<input type="text" id="[% field.field %]" name="[% field.field %]" value="[% field.value %]"/>
<a type="button" class="button" id="crm_button" href="[% crm_company_url %]" target="_blank">[% lang("open_in_crm") %]</a>
<a type="button" class="button" id="crm_button" href="[% crm_company_url %]" target="_blank" rel="noopener">[% lang("open_in_crm") %]</a>
</div>
[% ELSIF field.type == 'text' %]
<label for="[% field.field %]">[% field.label %]</label>
Expand Down
2 changes: 1 addition & 1 deletion templates/web/pages/user_form/user_form_page.tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<label for="[% field.field %]">[% field.label %]</label>
<div class="open-in-crm">
<input type="text" id="[% field.field %]" name="[% field.field %]" value="[% field.value %]"/>
<a type="button" class="button" id="crm_button" href="[% crm_contact_url %]" target="_blank">[% lang("open_in_crm") %]</a>
<a type="button" class="button" id="crm_button" href="[% crm_contact_url %]" target="_blank" rel="noopener">[% lang("open_in_crm") %]</a>
</div>
[% ELSIF field.field == 'userid' %]
[% IF type == 'edit' %]
Expand Down

0 comments on commit dd58645

Please sign in to comment.