diff options
author | Mark Wells <mark@freeside.biz> | 2016-08-18 18:08:00 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-08-26 17:23:53 -0700 |
commit | a6f2325978198b4e744d9c66427bcc37dd3fcdab (patch) | |
tree | a985089c5b9a0963aaa10e0293bb8c03968c866e | |
parent | aad13b25b39a26af80f4377a2daa21b2db2022b4 (diff) |
typo
-rw-r--r-- | httemplate/elements/header-full.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html index a645e61ad..672624a75 100644 --- a/httemplate/elements/header-full.html +++ b/httemplate/elements/header-full.html @@ -73,7 +73,15 @@ Example: <td align="right" BGCOLOR="#ffffff"> <& notify-tickets.html &> </td> - <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> + <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"><% mt('Ticketing preferences') |h %></a> |