X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fhtml%2FElements%2FPageLayout;h=f13ee0dda82110bba0a32c66dd5e3361e66d007f;hb=b19897e1db4c110d7d7e8b52800cda5ab58ce9e0;hp=94bdbe194ab6edd1b5f0b10a2f4bd0a5ed3900a2;hpb=6863b061a7740eed16903f01dae6b46521e9ca7b;p=freeside.git diff --git a/rt/html/Elements/PageLayout b/rt/html/Elements/PageLayout index 94bdbe194..f13ee0dda 100644 --- a/rt/html/Elements/PageLayout +++ b/rt/html/Elements/PageLayout @@ -43,32 +43,43 @@ %# those contributions and any derivatives thereof. %# %# END BPS TAGGED BLOCK }}} - - +
<%$AppName%> -
+ + + + +%# -% foreach my $action (sort keys %{$topactions}) { - % } +
<%$AppName%> +%# +% my $notfirst = 0; foreach my $action (sort keys %{$topactions}) { + <%$topactions->{"$action"}->{'html'} |n %>
+ + + + + %# Vertical menu - +
+ <& /Elements/Menu, toptabs => $toptabs, current_toptab => $current_toptab &> - -
+ <%$title%>
+ % if ($actions) { % my @actions; @@ -80,7 +91,7 @@ % } % } %#<% join(" | ", @actions) | n %> -<% '['. join("] [", @actions). ']' | n %> +<% '['. join("] [", @actions). '] ' | n %> % if ($subactions) { % my @actions; % foreach my $action (sort keys %{$subactions}) {