[Rt-commit] r17968 - in rt/3.999/branches/merge_to_3.8.2: share/html/Dashboards
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Jan 28 22:32:32 EST 2009
Author: sunnavy
Date: Wed Jan 28 22:32:32 2009
New Revision: 17968
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/share/html/Dashboards/Queries.html
Log:
r19128 at sunnavys-mb: sunnavy | 2009-01-29 09:40:24 +0800
merged share/html/Dashboards/Queries.html
Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Dashboards/Queries.html
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Dashboards/Queries.html (original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Dashboards/Queries.html Wed Jan 28 22:32:32 2009
@@ -53,27 +53,24 @@
<& /Elements/ListActions, actions => \@results &>
-<form action="<%RT->config->get('WebPath')%>/Dashboards/Queries.html" method="post" enctype="multipart/form-data" name="dashboard_queries">
+% if (@hidden_searches) {
+<& Elements/HiddenSearches, searches => \@hidden_searches, Dashboard => $Dashboard &>
+% }
+
+<table width="100%" border="0">
+% for my $pane (@panes) {
+<tr><td valign="top" class="boxcontainer">
+<form action="Queries.html" name="Dashboard-<%$pane->{name}%>" method="post" enctype="multipart/form-data">
<input type="hidden" class="hidden" name="id" value="<%$Dashboard->id%>" />
<input type="hidden" class="hidden" name="privacy" value="<%$Dashboard->privacy%>" />
-<table width="100%" border="0">
-<tr>
-
-<td valign="top" class="boxcontainer">
-<&| /Widgets/TitleBox, title => _('Queries') &>
-<table>
-<tr><td>
-<& /Widgets/SelectionBox:show, self => $sel, nojs => 1 &>
-</td></tr>
-</table>
+<&| /Widgets/TitleBox, title => $pane->{DisplayName} &>
+ <& /Widgets/SelectionBox:show, self => $pane, nojs => 1 &>
</&>
-
-</td>
-</tr>
-</table>
-
</form>
+</td></tr>
+% }
+</table>
</&>
<%INIT>
More information about the Rt-commit
mailing list