summaryrefslogtreecommitdiff
path: root/httemplate/elements/header-full.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-05-25 16:29:05 -0700
committerMark Wells <mark@freeside.biz>2016-05-25 16:32:19 -0700
commita4ef172f50a0f4705126f940e3836a9df64980c4 (patch)
tree62e32d8bf2d8c85a4c6cdc5186e560bfd9e7f586 /httemplate/elements/header-full.html
parent1f51760c05378128ad74bfd4a08c400a03457206 (diff)
indicator on the top bar for new activity on tickets, #41670
Diffstat (limited to 'httemplate/elements/header-full.html')
-rw-r--r--httemplate/elements/header-full.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/elements/header-full.html b/httemplate/elements/header-full.html
index 699f82c53..db38eafba 100644
--- a/httemplate/elements/header-full.html
+++ b/httemplate/elements/header-full.html
@@ -67,6 +67,9 @@ Example:
<td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
<font size=6><% $company_name || 'ExampleCo' %></font>
</td>
+ <td align="right" BGCOLOR="#ffffff">
+ <& notify-tickets.html &>
+ </td>
<td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b><% $FS::CurrentUser::CurrentUser->username |h %>&nbsp;</b> <FONT SIZE="-2"><a href="<%$fsurl%>loginout/logout.html">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') ) {