phpBMS

Changeset 386 for trunk/phpbms/common

Show
Ignore:
Timestamp:
05/06/08 13:36:09 (4 years ago)
Author:
brieb
Message:
  • Fixed Install and Update Problems
  • Fixed JS problems with sales order entry
  • Removed references to now defunct autofill
  • Reformatted product entry.
Location:
trunk/phpbms/common
Files:
1 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/javascript/smartsearch.js

    r384 r386  
    342342                 
    343343                smartSearch.inDropDown[ssID] = false; 
    344                 searchDisplay.blur(); 
    345                 searchDisplay.focus(); 
     344                //searchDisplay.blur(); 
     345                //searchDisplay.focus(); 
    346346 
    347347        },//end method 
  • trunk/phpbms/common/stylesheet/mozilla/pages/products.css

    r198 r386  
    22/* $LastChangedDate$ */ 
    33 
    4 #topButtons{float:right;width:160px;} 
    5 #topTitle{margin-right:160px;} 
     4#topButtons{ 
     5        float:right; 
     6        width:160px; 
     7} 
    68 
    7 #rightsideDiv{clear:both;float:right;width:200px;margin:0;padding:0;} 
    8 #id{width:98%} 
    9 #memo{width:98%;height:255px;} 
     9#topTitle{ 
     10        margin-right:160px; 
     11} 
    1012 
    11 #leftsideDiv{margin-right:230px;padding-top:1px;} 
    12 #description{width:99%} 
    13 .costsP{float:left;padding-top:3px;} 
     13#rightsideDiv{ 
     14        clear:both; 
     15        float:right; 
     16        width:220px; 
     17        margin:0; 
     18        padding:0; 
     19} 
     20 
     21#id, #categoryid, #status, #type, #memo{ 
     22        width:98% 
     23} 
     24 
     25#leftsideDiv{ 
     26        margin-right:228px; 
     27        padding-top:1px; 
     28} 
     29 
     30.costsP{ 
     31        float:left; 
     32        padding-top:3px; 
     33} 
     34 
     35#weightP{ 
     36        clear:left; 
     37} 
    1438 
    1539#webstuff{display:none} 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.