[rt-users] OK, new Statistics3, with updated graphs
Paulo Matos
pjsm at fct.unl.pt
Wed Jan 14 11:34:55 EST 2004
On Fri, 9 Jan 2004, Kelly F. Hickel wrote:
> It was pointed out to me that the first line of
> html/Statistics/DayOfWeek/index.html is missing a close paren.
> ...$QueueObj->Name() &>
> should be
> ...$QueueObj->Name()) &>
another fix (bug from original package) on
html/Statistics/OpenStalled/index.html
line 20:
<th width="<100...
should be
<th width="<% 100...
I attached a patch to solve both changes...
--
Paulo Matos
----------------------------------- ----------------------------------
|Sys & Net Admin | Serviço de Informática |
|Faculdade de Ciências e Tecnologia | Tel: +351-21-2948596 |
|Universidade Nova de Lisboa | Fax: +351-21-2948548 |
|P-2829-516 Caparica | e-Mail: pjsm at fct.unl.pt |
----------------------------------- ----------------------------------
-------------- next part --------------
diff -uNr html.orig/Statistics/DayOfWeek/index.html html/Statistics/DayOfWeek/index.html
--- html.orig/Statistics/DayOfWeek/index.html Fri Jan 9 21:47:05 2004
+++ html/Statistics/DayOfWeek/index.html Wed Jan 14 16:14:59 2004
@@ -1,4 +1,4 @@
-<& /Elements/Header, Title =>loc('RT Statistics: Calls by Day Of Week in Queue:' . $QueueObj->Name() &>
+<& /Elements/Header, Title =>loc('RT Statistics: Calls by Day Of Week in Queue:' . $QueueObj->Name()) &>
<& /Statistics/Elements/Tabs, Title =>loc('RT Statistics: Calls by Day Of Week in Queue:' . $QueueObj->Name()) &>
<H2><&|/l, $QueueObj->Name&>Number of Tickets Handled in [_1] Per Day</&></H2>
diff -uNr html.orig/Statistics/OpenStalled/index.html html/Statistics/OpenStalled/index.html
--- html.orig/Statistics/OpenStalled/index.html Fri Jan 9 21:34:16 2004
+++ html/Statistics/OpenStalled/index.html Wed Jan 14 16:24:30 2004
@@ -17,7 +17,7 @@
<table border=1 width="100%">
<tr>
- <th width="<100/((keys %queues)+1) %>%" nowrap> Status</th>
+ <th width="<% 100/((keys %queues)+1) %>%" nowrap> Status</th>
% for ( sort keys %queues) {
% push @data, $_;
% my $Queueobj = new RT::Queue($session{'CurrentUser'});
More information about the rt-users
mailing list