diff options
author | jeff <jeff> | 2010-01-08 16:05:04 +0000 |
---|---|---|
committer | jeff <jeff> | 2010-01-08 16:05:04 +0000 |
commit | 43e42a04ae37ca7a84c05d9ff8b94d9f8cde6dcf (patch) | |
tree | de3a12b93ad38d24bc15511d87e65ff5a6d3b9cd /httemplate/elements/header.html | |
parent | 20b563c398c5c9264a998d31ae0d3d95454d526e (diff) |
add a logout link (RT 1330 & 5518)
Diffstat (limited to 'httemplate/elements/header.html')
-rw-r--r-- | httemplate/elements/header.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/elements/header.html b/httemplate/elements/header.html index 495923c4d..5c4d736d2 100644 --- a/httemplate/elements/header.html +++ b/httemplate/elements/header.html @@ -37,6 +37,8 @@ Example: %> <% include('init_overlib.html') |n %> + <% include('rs_init_object.html') |n %> + <% include('logout.html') |n %> <SCRIPT TYPE="text/javascript"> @@ -82,7 +84,7 @@ Example: <td align=left BGCOLOR="#ffffff"> <!-- valign="top" --> <font size=6><% $company_name || 'ExampleCo' %></font> </td> - <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b><% getotaker %> </b><br></FONT><FONT SIZE="-2"><a href="<%$fsurl%>pref/pref.html" STYLE="color: #000000">Preferences</a> + <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b><% getotaker %> </b> <FONT SIZE="-2">[ <a href="javascript:void(0);" onClick="logout();">logout</a> ]</FONT><br></FONT><FONT SIZE="-2"><a href="<%$fsurl%>pref/pref.html" STYLE="color: #000000">Preferences</a> % if ( $conf->config("ticket_system") % && FS::TicketSystem->access_right(\%session, 'ModifySelf') ) { | <a href="<%$fsurl%>rt/User/Prefs.html" STYLE="color: #000000">Ticketing preferences</a> |