[Rt-commit] r18237 - in rt/3.999/branches/merge_to_3.8.2: share/html/Dashboards
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Feb 5 02:47:54 EST 2009
Author: sunnavy
Date: Thu Feb 5 02:47:54 2009
New Revision: 18237
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/share/html/Dashboards/Render.html
Log:
r19615 at sunnavys-mb: sunnavy | 2009-02-05 15:33:58 +0800
mostly html fixes
Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Dashboards/Render.html
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Dashboards/Render.html (original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Dashboards/Render.html Thu Feb 5 02:47:54 2009
@@ -55,7 +55,6 @@
% }
<table class="dashboard">
-<table border="0" width="100%">
<tr valign="top">
<td class="boxcontainer">
@@ -68,8 +67,6 @@
</td>
% }
-</td>
-
</tr>
</table>
@@ -94,7 +91,7 @@
last;
}
-my $rows = $Loaded ? $SubscriptionObj->sub_value('Rows') : 20;
+my $rows = $Loaded ? $SubscriptionObj->sub_value('rows') : 20;
my $title = _( 'Dashboard %1', $dashboard_obj->name );
my %panes = %{ $dashboard_obj->panes };
More information about the Rt-commit
mailing list