X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fhtml%2FElements%2FPageLayout;h=88455417a0a5861408979587243c4b6543c4f2b3;hp=493f2275f808d2894db9da246c7808ecbb755450;hb=73bb34411d2b1ccde0985bae093a03d00bb98878;hpb=14cb76d01568f0a1dbcc9d286f9adec790c961dd 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