From a6f2325978198b4e744d9c66427bcc37dd3fcdab Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 18 Aug 2016 18:08:00 -0700 Subject: [PATCH] typo --- httemplate/elements/header-full.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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: <& notify-tickets.html &> - <% mt('Logged in as') |h %><% $FS::CurrentUser::CurrentUser->username |h %>  <% mt('logout' |h %>
<% mt('Preferences') |h %> + + <% mt('Logged in as') |h %> + <% $FS::CurrentUser::CurrentUser->username |h %>  + + <% mt('logout') |h %> + +
+
+ <% mt('Preferences') |h %> % if ( $conf->config("ticket_system") % && FS::TicketSystem->access_right(\%session, 'ModifySelf') ) { | <% mt('Ticketing preferences') |h %> -- 2.20.1