From ebb5215249d91a895d86b2ab2a748f6ccb46643d 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 6d90d5022..fe02650f1 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.11.0