summaryrefslogtreecommitdiff
path: root/rt/html/Elements/PageLayout
diff options
context:
space:
mode:
Diffstat (limited to 'rt/html/Elements/PageLayout')
-rw-r--r--rt/html/Elements/PageLayout10
1 files changed, 5 insertions, 5 deletions
diff --git a/rt/html/Elements/PageLayout b/rt/html/Elements/PageLayout
index 5289f78f3..dd0fd7504 100644
--- a/rt/html/Elements/PageLayout
+++ b/rt/html/Elements/PageLayout
@@ -45,14 +45,14 @@
%# END BPS TAGGED BLOCK }}}
<table class="black" border=0 cellspacing=0 cellpadding=0 width="100%">
<tr>
- <TD colspan=4 WIDTH="100%" STYLE="padding:0"><IMG BORDER=0 ALT="" SRC="<% $RT::URI::freeside::URL %>images/black-gradient.png" HEIGHT="13" WIDTH="100%"></TD>
+ <TD colspan=5 WIDTH="100%" STYLE="padding:0"><IMG BORDER=0 ALT="" SRC="<% $RT::URI::freeside::URL %>images/black-gradient.png" HEIGHT="13" WIDTH="100%"></TD>
</tr>
<tr>
- <th class="black" align="left" width=15%><span class="rtname"><%$AppName%></span>
- </th>
+%# <th class="black" align="left" width=15%><span class="rtname"><%$AppName%></span>
+%# </th>
<span class="topactions">
-% foreach my $action (sort keys %{$topactions}) {
- <td class="blackright">
+% my $notfirst = 0; foreach my $action (sort keys %{$topactions}) {
+ <td class="blackright" ALIGN="right" <% $notfirst++ ? '' : 'WIDTH="15%"' %>>
<%$topactions->{"$action"}->{'html'} |n %>
</td>
% }