diff options
author | Mark Wells <mark@freeside.biz> | 2016-06-11 12:24:59 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-06-11 12:24:59 -0700 |
commit | c3217834a42fa68de630a2d6d518742f94714aed (patch) | |
tree | 2da170c96b4bf0008899b8f3b27acd6a1897cb1d /httemplate/elements/notify-tickets.html | |
parent | f136b7059017863e2ff4819376c42fe5869b2042 (diff) |
show unreplied ticket marker in customer ticket lists, #41670
Diffstat (limited to 'httemplate/elements/notify-tickets.html')
-rw-r--r-- | httemplate/elements/notify-tickets.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/httemplate/elements/notify-tickets.html b/httemplate/elements/notify-tickets.html index faf998e2b..e661737bc 100644 --- a/httemplate/elements/notify-tickets.html +++ b/httemplate/elements/notify-tickets.html @@ -1,13 +1,4 @@ % if ($enabled) { -<style> -.dot { - border-radius: 50%; - border: 1px solid black; - width: 1ex; - height: 1ex; - display: inline-block; -} -</style> <div style="font-weight: bold; vertical-align: bottom; text-align: left"> % if ( $UnrepliedTickets->Count > 0 ) { <a href="<% $fsurl %>rt/Search/UnrepliedTickets.html"> |