Subject: | Missing css class collection-as-table |
Date: | Fri, 20 Nov 2015 11:46:43 +0100 |
To: | bug-RT-Extension-TicketLocking [...] rt.cpan.org |
From: | "Maik N." <fragmaster [...] chefmail.de> |
Hi,
the MyLocks table looks a bit ugly. Can you add the class
"collection-as-table" to the table-tag, to adopt the theme style?
--- MyLocks.old 2015-11-20 11:38:33.943830111 +0100
+++ MyLocks 2015-11-18 16:32:09.867631883 +0100
@@ -49,7 +49,7 @@
<&|/Widgets/TitleBox, title => loc("Tickets locked by you") &>
% if(@locks) {
<a href="index.html?UnlockAll=1"><&|/l&>Unlock All</&></a>
- <table border="0" cellspacing="0" cellpadding="1" width="100%"
class="ticket-list">
+ <table border="0" cellspacing="0" cellpadding="1" width="100%"
class="ticket-list collection-as-table">
<%PERL>
my $expire_title;