You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="{$link->url}"{if$link->openInNewTab}target="_blank"{/if}aria-label="{translate text=$linkNameinAttribute=trueisPublicFacing=true} ({translate text="opens in a new window"isPublicFacing=trueinAttribute=true})">
64
+
<ahref="{$link->url}"{if$link->openInNewTab}target="_blank"{/if}aria-label="{translate text=$linkNameinAttribute=trueisPublicFacing=true} ({translate text="opens in a new window"isPublicFacing=trueinAttribute=true})"title="{translate text=$linkNameinAttribute=trueisPublicFacing=true} ({translate text="opens in a new window"isPublicFacing=trueinAttribute=true})">
<ahref="{$link->url}"{if$link->openInNewTab}target="_blank"{/if}aria-label="{translate text=$linkNameinAttribute=trueisPublicFacing=true} ({translate text="opens in a new window"isPublicFacing=trueinAttribute=true})">
82
+
<ahref="{$link->url}"{if$link->openInNewTab}target="_blank"{/if}aria-label="{translate text=$linkNameinAttribute=trueisPublicFacing=true} ({translate text="opens in a new window"isPublicFacing=trueinAttribute=true})"title="{translate text=$linkNameinAttribute=trueisPublicFacing=true} ({translate text="opens in a new window"isPublicFacing=trueinAttribute=true})">
Copy file name to clipboardExpand all lines: code/web/interface/themes/responsive/horizontal-menu-bar.tpl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
{* Only render HTML contents in the header menu *}
30
30
{if empty($link->htmlContents)}
31
31
<divclass="header-menu-option childMenuItem">
32
-
<ahref="{$link->url}"{if$link->openInNewTab}target="_blank"{/if}aria-label="{translate text=$linkNameisPublicFacing=trueinAttribute=true} ({translate text="opens in a new window"isPublicFacing=trueinAttribute=true})">
32
+
<ahref="{$link->url}"{if$link->openInNewTab}target="_blank"{/if}aria-label="{translate text=$linkNameisPublicFacing=trueinAttribute=true} ({translate text="opens in a new window"isPublicFacing=trueinAttribute=true})"title="{translate text=$linkNameisPublicFacing=trueinAttribute=true} ({translate text="opens in a new window"isPublicFacing=trueinAttribute=true})">
33
33
{if$link->published== 0}<em>{/if}
34
34
{translate text=$linkNameisPublicFacing=true}
35
35
{if$link->published== 0}</em>{/if}
@@ -54,7 +54,7 @@
54
54
</script>
55
55
{/literal}
56
56
{else}
57
-
<ahref="{$topCategory->url}"role="link"class="menu-icon menu-bar-option {if!$topCategory->alwaysShowIconInTopMenu}visible-inline-block-lg{/if}"aria-label="{translate text=$categoryNameinAttribute=trueisPublicFacing=true} ({translate text="opens in a new window"isPublicFacing=trueinAttribute=true})"{if$topCategory->openInNewTab}target="_blank"{/if}tabindex="0">
57
+
<ahref="{$topCategory->url}"role="link"class="menu-icon menu-bar-option {if!$topCategory->alwaysShowIconInTopMenu}visible-inline-block-lg{/if}"aria-label="{translate text=$categoryNameinAttribute=trueisPublicFacing=true} ({translate text="opens in a new window"isPublicFacing=trueinAttribute=true})"title="{translate text=$categoryNameinAttribute=trueisPublicFacing=true} ({translate text="opens in a new window"isPublicFacing=trueinAttribute=true})"{if$topCategory->openInNewTab}target="_blank"{/if}tabindex="0">
Copy file name to clipboardExpand all lines: code/web/services/MyAccount/AJAX.php
+35-27Lines changed: 35 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -219,10 +219,10 @@ function removeManagingAccount(): array {
219
219
'text' => 'Successfully removed linked account. Removing this link does not guarantee the security of your account. If another user has your barcode and PIN/password they will still be able to access your account. Would you like to change your password?',
@@ -390,10 +390,10 @@ function toggleAccountLinking() {
390
390
'text' => 'Account linking has been disabled. Disabling account linking does not guarantee the security of your account. If another user has your barcode and PIN/password they will still be able to access your account. Would you like to change your password?',
0 commit comments