diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-08-18 14:52:35 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-08-18 14:57:45 -0700 |
commit | 01c085c7bb70af2eafd5c6bb545a2e51a720623d (patch) | |
tree | 894c54240c4bbd229c8856c5d6a51b4e8540b065 /httemplate/elements/header-full.html | |
parent | b6985d605ab82cb1821807ef50ce359546c13243 (diff) |
localize header / merge github#56
Diffstat (limited to 'httemplate/elements/header-full.html')
-rw-r--r-- | httemplate/elements/header-full.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html index 07595a539..a645e61ad 100644 --- a/httemplate/elements/header-full.html +++ b/httemplate/elements/header-full.html @@ -73,10 +73,10 @@ Example: <td align="right" BGCOLOR="#ffffff"> <& notify-tickets.html &> </td> - <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b><% $FS::CurrentUser::CurrentUser->username |h %> </b> <FONT SIZE="-2"><a href="<%$fsurl%>loginout/logout.html">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="<%$fsurl%>pref/pref.html" STYLE="color: #000000">Preferences</a> + <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1"><% mt('Logged in as') |h %><b><% $FS::CurrentUser::CurrentUser->username |h %> </b> <FONT SIZE="-2"><a href="<%$fsurl%>loginout/logout.html"><% mt('logout' |h %></a></FONT><br></FONT><FONT SIZE="-2"><a href="<%$fsurl%>pref/pref.html" STYLE="color: #000000"><% mt('Preferences') |h %></a> % if ( $conf->config("ticket_system") % && FS::TicketSystem->access_right(\%session, 'ModifySelf') ) { - | <a href="<%$fsurl%>rt/Prefs/Other.html" STYLE="color: #000000">Ticketing preferences</a> + | <a href="<%$fsurl%>rt/Prefs/Other.html" STYLE="color: #000000"><% mt('Ticketing preferences') |h %></a> % } <BR></FONT> </td> |