Changeset 202 for trunk/phpbms/common
- Timestamp:
- 03/23/07 17:41:04 (5 years ago)
- Location:
- trunk/phpbms/common
- Files:
-
- 2 modified
-
javascript/common.js (modified) (1 diff)
-
stylesheet/mozilla/pages/invoice.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/javascript/common.js
r199 r202 295 295 hour=hour+timeadd; 296 296 else 297 if( timeadd==0)297 if(hour==12) 298 298 hour=0; 299 299 thetime=new Date(0,0,0,hour,parseInt(timeArray[1],10)); -
trunk/phpbms/common/stylesheet/mozilla/pages/invoice.css
r198 r202 44 44 45 45 #ds-partnumber{width:90px;} 46 #ds-partname{width:120px;} 46 #ds-partname{width:135px;} 47 48 #partnameHeader div{width:120px;} 49 #memoHeader{width:100%} 50 47 51 #price{width:60px;} 48 52 #memo{width:100%}