From: ivan Date: Fri, 3 Aug 2007 23:00:37 +0000 (+0000) Subject: at least sort out the top searchboxes X-Git-Tag: TRIXBOX_2_6~426 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=73bb34411d2b1ccde0985bae093a03d00bb98878;hp=14cb76d01568f0a1dbcc9d286f9adec790c961dd at least sort out the top searchboxes --- 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