summaryrefslogtreecommitdiff
path: root/rt/html/Elements/PageLayout
diff options
context:
space:
mode:
authorivan <ivan>2006-08-14 12:13:40 +0000
committerivan <ivan>2006-08-14 12:13:40 +0000
commitb19897e1db4c110d7d7e8b52800cda5ab58ce9e0 (patch)
tree13cd7bebbe0319c6e96c79feb4ba4c182e71323f /rt/html/Elements/PageLayout
parent97168edae6af4a4d98c4f790b0c064b73efbb9fd (diff)
sprinkle some magic ajax fairy dust on referring customer SELEKTAH. rewind! make smart search smarter, re-layout the top search bars and add an invoice one
Diffstat (limited to 'rt/html/Elements/PageLayout')
-rw-r--r--rt/html/Elements/PageLayout2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/html/Elements/PageLayout b/rt/html/Elements/PageLayout
index 52353fa46..f13ee0dda 100644
--- a/rt/html/Elements/PageLayout
+++ b/rt/html/Elements/PageLayout
@@ -52,7 +52,7 @@
%# </th>
<span class="topactions">
% my $notfirst = 0; foreach my $action (sort keys %{$topactions}) {
- <td class="blackright" ALIGN="right" <% $notfirst++ ? '' : 'WIDTH="15%"' %>>
+ <td class="blackright" ALIGN="right" VALIGN="center">
<%$topactions->{"$action"}->{'html'} |n %>
</td>
% }