From 73bb34411d2b1ccde0985bae093a03d00bb98878 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 3 Aug 2007 23:00:37 +0000 Subject: [PATCH 1/1] at least sort out the top searchboxes --- rt/html/Elements/PageLayout | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/rt/html/Elements/PageLayout b/rt/html/Elements/PageLayout index 493f2275f..88455417a 100644 --- a/rt/html/Elements/PageLayout +++ b/rt/html/Elements/PageLayout @@ -45,14 +45,27 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} + + + + + + +
-% foreach my $action (reverse sort keys %{$topactions}) { +% my $notfirst = 0; foreach my $action (sort keys %{$topactions}) { +
% } + +
% $m->out($topactions->{"$action"}->{'html'}); +
+ %# End of div#quickbar from /Elements/Header -- 2.11.0