[Rt-commit] rt branch, watching-tool, updated. rt-3.8.8-485-g33933ef
Shawn Moore
sartak at bestpractical.com
Thu Aug 19 17:34:36 EDT 2010
The branch, watching-tool has been updated
via 33933ef846716fbf4f88e1ca68467ace311e1ff2 (commit)
from 50ce82aa67e0aae4bd80778d88e3fe81bdff98ab (commit)
Summary of changes:
share/html/Tools/Watching.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 33933ef846716fbf4f88e1ca68467ace311e1ff2
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Aug 19 17:36:52 2010 -0400
Add some CSS classes
diff --git a/share/html/Tools/Watching.html b/share/html/Tools/Watching.html
index 12a0461..971890a 100644
--- a/share/html/Tools/Watching.html
+++ b/share/html/Tools/Watching.html
@@ -50,7 +50,7 @@
current_tab => "Tools/Watching.html",
Title => loc("Watching Queues") &>
-<ul>
+<ul class="queue-list">
<%perl>
my $Queues = RT::Queues->new($session{CurrentUser});
@@ -68,10 +68,10 @@ while (my $Queue = $Queues->Next) {
next if !@types;
</%perl>
- <li><& /Ticket/Elements/ShowQueue, QueueObj => $Queue &>
- <ul>
+ <li class="queue"><& /Ticket/Elements/ShowQueue, QueueObj => $Queue &>
+ <ul class="queue-roles">
% for my $type (@types) {
- <li><% $type %></li>
+ <li class="queue-role"><% $type %></li>
% }
</ul>
</li>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list