show unreplied ticket marker in customer ticket lists, #41670
[freeside.git] / httemplate / elements / notify-tickets.html
index f7db52e..e661737 100644 (file)
@@ -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">
@@ -31,7 +22,6 @@ if ($enabled) {
   my $CurrentUser = $session->{CurrentUser};
   $UnrepliedTickets = RT::Tickets->new($CurrentUser);
   my $search = $class->new(TicketsObj => $UnrepliedTickets);
-warn Dumper $search;
   $search->Prepare;
 }
 </%init>