phpBMS

Changeset 176 for trunk/phpbms/common

Show
Ignore:
Timestamp:
12/27/06 18:40:19 (5 years ago)
Author:
brieb
Message:

Fixed #63. Implemented #64, #61, #45.
Implemented CSS and XHTML compliance for tax, and discounts.
Fixed several syntax errors

Location:
trunk/phpbms/common/stylesheet/mozilla
Files:
8 added
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/stylesheet/mozilla/forms.css

    r170 r176  
    8080 
    8181.buttonRew{background:url(image/button-rew.png) 0 0 no-repeat;} 
     82.buttonCheck{background:url(image/button-check.png) 0 0 no-repeat;} 
    8283.buttonFF{background:url(image/button-ff.png) 0 0 no-repeat;} 
    8384.buttonNew{background:url(image/button-new.png) 0 0 no-repeat;} 
     
    8687.buttonEditDisabled{background:url(image/button-edit-disabled.png) 0 0 no-repeat;} 
    8788.buttonDate{background:url(image/button-date.png) 0 0 no-repeat;} 
     89.buttonMoney{background:url(image/button-money.png) 0 0 no-repeat;} 
     90.buttonMoneyDisabled{background:url(image/button-money-disabled.png) 0 0 no-repeat;} 
    8891.buttonPrint{background:url(image/button-print.png) 0 0 no-repeat;} 
    8992.buttonPrintDisabled{background:url(image/button-print-disabled.png) 0 0 no-repeat;} 
     
    9497.buttonMinus{background:url(image/button-minus.png) 0 0 no-repeat;} 
    9598.buttonMinusDisabled{background:url(image/button-minus-disabled.png) 0 0 no-repeat;} 
     99.buttonShip{background:url(image/button-ship.png) 0 0 no-repeat;} 
     100.buttonShipDisabled{background:url(image/button-ship-disabled.png) 0 0 no-repeat;} 
    96101.buttonUp{background:url(image/button-up.png) 0 0 no-repeat;} 
    97102.buttonUpDisabled{background:url(image/button-up-disabled.png) 0 0 no-repeat;} 
  • trunk/phpbms/common/stylesheet/mozilla/pages/client.css

    r145 r176  
    99 
    1010#id, #becameclient, #ds-salesmanagerid, #ccnumber, #ds-taxareaid, #comments{width:98%} 
    11 #type, #category, #leadsource, #paymentmethod{width:99%} 
     11#type, #category, #leadsource,#paymentmethodid,#shippingmethodid,#discountid,#taxareaid{width:99%} 
     12 
    1213 
    1314#firstnameP{float:left;} 
  • trunk/phpbms/common/stylesheet/mozilla/pages/invoice.css

    r145 r176  
    2020#attributesRight{float:right;padding-top:0px;} 
    2121#type{width:90px} 
    22 #leadsource,#bankname{width:98%} 
     22#leadsource{width:98%} 
    2323 
    24 #fsTops,#fsShipping{margin-right:275px;} 
     24#fsTops{margin-right:275px;} 
    2525#address1{margin-bottom:2px;} 
    2626.cszP{float:left;} 
    2727#countryP{clear:left;} 
    2828 
    29 #fsLineItems{clear:both;} 
     29#divLineItems{clear:both;padding:8px;} 
    3030 
    3131#LITable{} 
     
    4646#extended,.fieldTotal{width:75px;} 
    4747 
     48.fieldTotal{height:16px;} 
     49.lineitems td{height:22px;} 
    4850.lineitemsRight{ border-right:1px solid #CCCCCC;} 
    4951.lineitemsLeft{ border-left:1px solid #CCCCCC;} 
    5052.lineitemsBottom{ border-bottom:1px solid #CCCCCC;} 
    51 .invoiceTotalLabels{padding-left:65px;height:23px;} 
     53.totalItems,.invoiceTotalLabels,#parenInfo div span{border-bottom:1px solid #CCCCCC} 
     54.invoiceTotalLabels{padding-left:25px;} 
     55.invoiceTotalLabels div{height:24px; line-height:24px;vertical-align:bottom;} 
    5256 
    53 #fsPayment{float:right;width:250px;margin-top:0px;padding-top:0px;} 
    5457 
    55 #ccpaymentinfo,#checkpaymentinfo{display:none;} 
     58#parenInfo div{height:25px;clear:right;} 
     59#parenInfo div span{ 
     60        display:block; 
     61        float:right; 
     62        line-height:24px;height:24px; 
     63        padding:0 4px; 
     64        color:#666666; 
     65} 
     66 
     67#totalSpacer{height:55px;line-height:55px;border:0;} 
     68#totalSpacer span{border:0;} 
     69div #parenSpacer{height:55px;clear:right} 
     70div #parenSpacer span{height:55px;line-height:55px;border:0;} 
     71 
     72 
     73.vTabs,.vTabsHover{cursor:pointer;color:#455372;background:url(../image/button-rew.png) 5px 4px no-repeat;} 
     74.vTabsHover,.vContent{background-color:#DDDDDD;} 
     75.vContent{display:none;padding:8px; text-align:left;float:right;width:360px;} 
     76.vContent fieldset{margin:0;} 
     77 
     78#shippingNotice,#paymentNotice{display:none;} 
     79#shippingNoticeResults,#paymentNoticeResults{width:98%} 
     80#pTotalweight{float:right} 
     81#ccpaymentinfo,#checkpaymentinfo,pTransactionid{display:none;} 
    5682#fieldCCNumber,#fieldCCExpiration{float:left;} 
     83#pCheckNumber,#pAccountNumber{float:right;} 
     84 
    5785 
    5886#fsInstructions{clear:both;} 
  • trunk/phpbms/common/stylesheet/mozilla/pages/roles.css

    • Property svn:keywords set to LastChangedBy LastChangedDate LastChangedRevision
    r170 r176  
    1 /* $Rev: 145 $ | $LastChangedBy: mipalmer $ */ 
    2 /* $LastChangedDate: 2006-10-21 18:27:44 -0600 (Sat, 21 Oct 2006) $ */ 
     1/* $Rev$ | $LastChangedBy$ */ 
     2/* $LastChangedDate$ */ 
    33 
    44#topButtons{float:right;width:160px;} 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.