[freeside-commits] branch FREESIDE_4_BRANCH updated. a6f2325978198b4e744d9c66427bcc37dd3fcdab
Ivan
ivan at 420.am
Fri Aug 26 17:23:58 PDT 2016
The branch, FREESIDE_4_BRANCH has been updated
via a6f2325978198b4e744d9c66427bcc37dd3fcdab (commit)
from aad13b25b39a26af80f4377a2daa21b2db2022b4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a6f2325978198b4e744d9c66427bcc37dd3fcdab
Author: Mark Wells <mark at freeside.biz>
Date: Thu Aug 18 18:08:00 2016 -0700
typo
diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html
index a645e61..672624a 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>
-----------------------------------------------------------------------
Summary of changes:
httemplate/elements/header-full.html | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
More information about the freeside-commits
mailing list