summaryrefslogtreecommitdiff
path: root/rt/html
diff options
context:
space:
mode:
Diffstat (limited to 'rt/html')
-rw-r--r--rt/html/Elements/PageLayout15
1 files changed, 14 insertions, 1 deletions
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 }}}
+
+<table class="black" border=0 cellspacing=0 cellpadding=0 width="100%">
+<tr>
+ <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>
+
<div id="topactions">
-% foreach my $action (reverse sort keys %{$topactions}) {
+% my $notfirst = 0; foreach my $action (sort keys %{$topactions}) {
<span class="topaction">
+ <td class="blackright" ALIGN="right" VALIGN="center">
% $m->out($topactions->{"$action"}->{'html'});
+ </td>
</span>
% }
</div>
+</tr>
+</table>
+
%# End of div#quickbar from /Elements/Header
</div>