[freeside-commits] freeside/httemplate/elements header.html, 1.29, 1.30 menubar.html, 1.5, 1.6
Ivan,,,
ivan at wavetail.420.am
Sun Jul 12 18:50:50 PDT 2009
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv903
Modified Files:
header.html menubar.html
Log Message:
style nits
Index: menubar.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menubar.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- menubar.html 17 Jun 2009 02:39:09 -0000 1.5
+++ menubar.html 13 Jul 2009 01:50:48 -0000 1.6
@@ -60,16 +60,13 @@
}
</style>
- <TABLE BGCOLOR="#000000" BORDER=0 CELLSPACING=0 CELLPADDING=4>
+ <TABLE BGCOLOR="#000000" BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR>
- <TD STYLE="background-image:url(<%$fsurl%>images/gray-black-side.png); background-repeat:repeat-y;padding-left:0px">
-
- </TD>
+ <TD><IMG SRC="<%$fsurl%>images/gray-black-side.png" WIDTH=13 HEIGHT=25></TD>
<TD>
<% join(' ', @html ) %>
</TD>
- <TD STYLE="background-image:url(<%$fsurl%>images/black-gray-side.png); background-repeat:repeat-y;padding-right:0px">
-
+ <TD><IMG SRC="<%$fsurl%>images/black-gray-side.png" WIDTH=13 HEIGHT=25></TD>
</TD>
</TR>
</TABLE>
Index: header.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/header.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- header.html 12 Jul 2009 23:45:29 -0000 1.29
+++ header.html 13 Jul 2009 01:50:48 -0000 1.30
@@ -33,7 +33,7 @@
}
function clearhint_search_svc (what) {
- if ( what.value == '(user, email, ip, mac, domain or svc phone #)' )
+ if ( what.value == '(user, email, ip, mac, domain or service phone)' )
what.value = '';
}
More information about the freeside-commits
mailing list