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