[freeside-commits] freeside/rt/html/Elements PageLayout,1.11,1.12

Ivan,,, ivan at wavetail.420.am
Fri Aug 3 16:00:39 PDT 2007


Update of /home/cvs/cvsroot/freeside/rt/html/Elements
In directory wavetail:/tmp/cvs-serv4374

Modified Files:
	PageLayout 
Log Message:
at least sort out the top searchboxes

Index: PageLayout
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/html/Elements/PageLayout,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- PageLayout	3 Aug 2007 21:49:02 -0000	1.11
+++ PageLayout	3 Aug 2007 23:00:37 -0000	1.12
@@ -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>
 



More information about the freeside-commits mailing list