[Cwispy-devel] cwispy2/admin cwispy.css, 1.23, 1.24 man_customer.php, 1.39, 1.40
Status: Abandoned
Brought to you by:
cwispy
From: Martin J. G. <mor...@us...> - 2008-03-26 11:29:57
|
Update of /cvsroot/cwispy/cwispy2/admin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv7889 Modified Files: cwispy.css man_customer.php Log Message: error in man_customer.php Index: man_customer.php =================================================================== RCS file: /cvsroot/cwispy/cwispy2/admin/man_customer.php,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- man_customer.php 13 Mar 2008 22:05:52 -0000 1.39 +++ man_customer.php 26 Mar 2008 11:28:41 -0000 1.40 @@ -58,7 +58,7 @@ if (isset($_POST['companynumber'])) { /* If customer is not a business this will be null */ $vatnumber = addslashes(strip_tags($_POST['vatnumber'])); } else { - %vatnumber = null; + $vatnumber = null; } $closed = addslashes(strip_tags($_POST['closed'])); $inv_type = addslashes(strip_tags($_POST['inv_type'])); Index: cwispy.css =================================================================== RCS file: /cvsroot/cwispy/cwispy2/admin/cwispy.css,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- cwispy.css 11 Nov 2006 23:18:59 -0000 1.23 +++ cwispy.css 26 Mar 2008 11:28:41 -0000 1.24 @@ -1,108 +1,108 @@ A { - COLOR: black; - FONT-WEIGHT: bold; - FONT-SIZE: 9pt; + color: black; + font-weight: bold; + font-size 9pt; } A.light { - COLOR: white; - FONT-WEIGHT: bold; - FONT-SIZE: 9pt; + color: white; + font-weight: bold; + font-size 9pt; } A.mailto { - COLOR: blue; - FONT-WEIGHT: normal; + color: blue; + font-weight: normal; } A.negative { - COLOR: red; + color: red; } A.positive { - COLOR: white; + color: white; } A.sort { - COLOR: black; + color: black; } BODY { background-color : #FFFFFF; - FONT-FAMILY: Arial, Helvetica, Geneva, Symbol, serif; - FONT-SIZE: 8pt; + font-family: Arial, Helvetica, Geneva, Symbol, serif; + font-size 8pt; color : #000000; margin: 0; padding: 0; } TR.odd { - BACKGROUND-COLOR: #cccccc; - FONT-SIZE: 9pt; + background-color: #cccccc; + font-size 9pt; } TR.even { - BACKGROUND-COLOR: #eaeaea; - FONT-SIZE: 9pt; + background-color: #eaeaea; + font-size 9pt; } TR.small { - FONT-WEIGHT: bold; - FONT-SIZE: 9pt + font-weight: bold; + font-size 9pt } TD.header { - FONT-WEIGHT: bold; - COLOR: white; - FONT-SIZE: 10pt; + font-weight: bold; + color: white; + font-size 10pt; } TD.negative { - FONT-WEIGHT: bold; - COLOR: red; - FONT-SIZE: 9pt; + font-weight: bold; + color: red; + font-size 9pt; } TD.total { - FONT-WEIGHT: bold; - COLOR: black; - FONT-SIZE: 10pt; + font-weight: bold; + color: black; + font-size 10pt; } DIV.positive { - FONT-WEIGHT: bold; - COLOR: black; - FONT-SIZE: 9pt; + font-weight: bold; + color: black; + font-size 9pt; } DIV.negative { - FONT-WEIGHT: bold; - COLOR: red; - FONT-SIZE: 9pt; + font-weight: bold; + color: red; + font-size 9pt; } DIV.header { - COLOR: white; - FONT-WEIGHT: bold; - FONT-SIZE: 9pt; + color: white; + font-weight: bold; + font-size 9pt; } DIV.darkheader { - COLOR: black; - FONT-WEIGHT: bold; - FONT-SIZE: 9pt; + color: black; + font-weight: bold; + font-size 9pt; } DIV.data { - COLOR: black; - FONT-SIZE: 9pt; + color: black; + font-size 9pt; } DIV.darkdata { - COLOR: black; - FONT-SIZE: 9pt; + color: black; + font-size 9pt; } DIV.weedata { - COLOR: black; - FONT-SIZE: 7pt; + color: black; + font-size 7pt; } DIV.newsheading { - COLOR: black; - FONT-SIZE: 9pt; + color: black; + font-size 9pt; } INPUT, TEXTAREA, SELECT { - FONT-FAMILY: Arial, Helvetica, Geneva, Symbol, serif; - FONT-SIZE: 9pt; + font-family: Arial, Helvetica, Geneva, Symbol, serif; + font-size 9pt; } IMG { border:0; } XTAREA, SELECT { - FONT-FAMILY: Arial, Helvetica, Geneva, Symbol, serif; - FONT-SIZE: 9pt; + font-family: Arial, Helvetica, Geneva, Symbol, serif; + font-size 9pt; } HR { @@ -122,7 +122,7 @@ td.topbar { font-weight: bold; color: white; - font-size: 10pt; + font-size 10pt; background-color: #2F6093; width: 80%; text-align: left; @@ -131,7 +131,7 @@ tr.topbar { font-weight: bold; color: white; - font-size: 10pt; + font-size 10pt; background-color: #2F6093; width: 100%; } |