summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-08-18 18:08:00 -0700
committerMark Wells <mark@freeside.biz>2016-08-18 18:08:00 -0700
commitebb5215249d91a895d86b2ab2a748f6ccb46643d (patch)
treea0332761771c7c995d09ac3e6f61bbe282024613 /httemplate
parent4bccd30306a61645abd2c69498bb695a3041cdab (diff)
typo
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/elements/header-full.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html
index 6d90d50..fe02650 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 %>&nbsp;</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 %>&nbsp;</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>