diff options
| author | Mark Wells <mark@freeside.biz> | 2016-06-11 12:24:59 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-06-13 13:27:12 -0700 |
| commit | 9ff504a21d361a27997e94e74908ab663a57f207 (patch) | |
| tree | 40bd0961e7d4920c98faeabbbbf3fa5e9882ce0d /httemplate/elements/notify-tickets.html | |
| parent | a6f303fd9f14570f6d1654a175dbeadf00f4bd18 (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"> |
