[freeside-commits] freeside/httemplate/elements freeside.css, 1.10, 1.11 columnstart.html, 1.2, 1.3 tr-pkg_svc.html, 1.2, 1.3 tr-justtitle.html, 1.3, 1.4 header.html, 1.43, 1.44 tr-title.html, 1.4, 1.5

Ivan,,, ivan at wavetail.420.am
Thu May 20 01:48:53 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv19014/elements

Modified Files:
	freeside.css columnstart.html tr-pkg_svc.html 
	tr-justtitle.html header.html tr-title.html 
Log Message:
fix table titles for new bg color

Index: tr-pkg_svc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-pkg_svc.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- tr-pkg_svc.html	29 Aug 2008 20:10:30 -0000	1.2
+++ tr-pkg_svc.html	20 May 2010 08:48:50 -0000	1.3
@@ -1,5 +1,5 @@
 <TR>
-  <TD BGCOLOR="#e8e8e8" COLSPAN=99>
+  <TD CLASS="background" COLSPAN=99>
 
 <% itable('', 4, 1) %><TR><TD VALIGN="top">
 <% $thead %>

Index: header.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/header.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -w -d -r1.43 -r1.44
--- header.html	25 Mar 2010 22:30:17 -0000	1.43
+++ header.html	20 May 2010 08:48:50 -0000	1.44
@@ -140,7 +140,7 @@
 
 % }
 
-        <TD BGCOLOR="#f8f8f8" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
 
           <FONT SIZE=6>
             <% $title |h %>

Index: tr-justtitle.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-justtitle.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- tr-justtitle.html	19 Mar 2010 08:27:21 -0000	1.3
+++ tr-justtitle.html	20 May 2010 08:48:50 -0000	1.4
@@ -1,5 +1,5 @@
 <TR>
-  <TH BGCOLOR="#f8f8f8" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left">
+  <TH CLASS="background" COLSPAN=<% $opt{colspan} || 2 %> ALIGN="left">
     <FONT SIZE="+1"><% $opt{value} %></FONT>
   </TH>
 </TR>

Index: freeside.css
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/freeside.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -w -d -r1.10 -r1.11
--- freeside.css	26 Mar 2010 07:52:08 -0000	1.10
+++ freeside.css	20 May 2010 08:48:50 -0000	1.11
@@ -48,7 +48,7 @@
 	 border-radius: 4px;
   -moz-box-shadow: #666666 1px 1px 2px;
   -webkit-box-shadow: #666666 1px 1px 2px;
-  box-shadow: #666666 0px 0px 2px;
+  box-shadow: #666666 1px 1px 2px;
   filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
 }
 
@@ -147,3 +147,6 @@
   color: #000000;
 }
 
+.background {
+  background-color:#f8f8f8;
+}

Index: columnstart.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/columnstart.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- columnstart.html	12 Apr 2008 23:31:26 -0000	1.2
+++ columnstart.html	20 May 2010 08:48:50 -0000	1.3
@@ -1,5 +1,5 @@
 <TR>
-  <TD BGCOLOR="#e8e8e8" COLSPAN=99>
+  <TD CLASS="background" COLSPAN=99>
     <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0>
       <TR>
         <TD VALIGN="top">

Index: tr-title.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-title.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -d -r1.4 -r1.5
--- tr-title.html	19 Mar 2010 08:27:21 -0000	1.4
+++ tr-title.html	20 May 2010 08:48:50 -0000	1.5
@@ -1,5 +1,5 @@
 <TR>
-  <TD BGCOLOR="#f8f8f8" COLSPAN=<% $opt{colspan} || 2 %>>&nbsp;</TD>
+  <TD CLASS="background" COLSPAN=<% $opt{colspan} || 2 %>>&nbsp;</TD>
 </TR>
 
 <% include('tr-justtitle.html', @_) %>



More information about the freeside-commits mailing list