summaryrefslogtreecommitdiff
path: root/rt/html/Elements/PageLayout
diff options
context:
space:
mode:
authorivan <ivan>2006-06-02 13:20:24 +0000
committerivan <ivan>2006-06-02 13:20:24 +0000
commit3a820c27d5290f9d2761636b2b4fe865caeb0804 (patch)
tree8360f16bb719eefbb1d2aec809e2f4bc8d3243e7 /rt/html/Elements/PageLayout
parent7b5aa356c7ed954bb60ce22d44d6de5f4852fafd (diff)
add a service search
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>
% }