[Rt-commit] r11153 - in rt/branches/3.8-TESTING: html/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Thu Mar 20 21:21:52 EDT 2008
Author: jesse
Date: Thu Mar 20 21:21:51 2008
New Revision: 11153
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/html/Elements/CollectionList
rt/branches/3.8-TESTING/html/Elements/QueueSummary
rt/branches/3.8-TESTING/html/Elements/TicketList
Log:
r28484 at 31b: jesse | 2008-03-20 21:21:15 -0400
css label adding
Modified: rt/branches/3.8-TESTING/html/Elements/CollectionList
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/CollectionList (original)
+++ rt/branches/3.8-TESTING/html/Elements/CollectionList Thu Mar 20 21:21:51 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<table border="0" cellspacing="0" cellpadding="1" width="100%">
+<table border="0" cellspacing="0" cellpadding="1" width="100%" class="collection">
% if ( $ShowHeader ) {
<& /Elements/CollectionAsTable/Header,
Modified: rt/branches/3.8-TESTING/html/Elements/QueueSummary
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/QueueSummary (original)
+++ rt/branches/3.8-TESTING/html/Elements/QueueSummary Thu Mar 20 21:21:51 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<table border="0" cellspacing="0" cellpadding="1" width="100%">
+<table border="0" cellspacing="0" cellpadding="1" width="100%" class="queue-summary">
<tr>
<th class="collection-as-table"><&|/l&>Queue</&></th>
% for my $condition (@$conditions) {
Modified: rt/branches/3.8-TESTING/html/Elements/TicketList
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/TicketList (original)
+++ rt/branches/3.8-TESTING/html/Elements/TicketList Thu Mar 20 21:21:51 2008
@@ -45,7 +45,7 @@
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
-<table border="0" cellspacing="0" cellpadding="1" width="100%">
+<table border="0" cellspacing="0" cellpadding="1" width="100%" class="ticket-list">
% if ($ShowHeader) {
<& /Elements/CollectionAsTable/Header,
More information about the Rt-commit
mailing list