X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fhtml%2FElements%2FPageLayout;h=b9fd31f713b542e700bace1b39323bb1f6704927;hb=22a6987b1625bea840861e2b1d9efa46671f1771;hp=c2765811b4cf59e48e4ee583c6bdb599273d1f78;hpb=8103c1fc1b2c27a6855feadf26f91b980a54bc52;p=freeside.git diff --git a/rt/html/Elements/PageLayout b/rt/html/Elements/PageLayout index c2765811b..b9fd31f71 100644 --- a/rt/html/Elements/PageLayout +++ b/rt/html/Elements/PageLayout @@ -45,17 +45,36 @@ %# 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 + + + + + +
+ % if ( $show_menu ) {