Changeset 184 for trunk/phpbms/common
- Timestamp:
- 02/15/07 17:55:42 (5 years ago)
- Location:
- trunk/phpbms/common
- Files:
-
- 2 added
- 2 modified
-
javascript/fields.js (modified) (1 diff)
-
stylesheet/mozilla/pages/invoice.css (modified) (1 diff)
-
stylesheet/mozilla/pages/invoicestatuses.css (added)
-
stylesheet/mozilla/pages/invoicestatushistory.css (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/javascript/fields.js
r145 r184 271 271 theitem.value=formatCurrency(thenumber); 272 272 273 //in case the field has an additional on Change code to be run273 //in case the field has an additional onchange code to be run 274 274 if (theitem.thechange) theitem.thechange(); 275 275 } -
trunk/phpbms/common/stylesheet/mozilla/pages/invoice.css
r176 r184 17 17 #printButton input{width:75px;} 18 18 19 #fsAttributes{clear:both;float:right;width:2 50px;}19 #fsAttributes{clear:both;float:right;width:260px;} 20 20 #attributesRight{float:right;padding-top:0px;} 21 21 #type{width:90px} 22 #leadsource{width:98%} 22 #leadsource,#statusid{width:98%} 23 #ds-assignedtoid{width:99%} 23 24 24 #fsTops{margin-right:275px;} 25 26 #fsTops{margin-right:270px;} 25 27 #address1{margin-bottom:2px;} 26 28 .cszP{float:left;}