phpBMS

Changeset 735

Show
Ignore:
Timestamp:
01/08/10 12:39:28 (2 years ago)
Author:
brieb
Message:
  • removed reminens of client email projects
  • fixed display of relation record on addresses
Location:
trunk/phpbms
Files:
2 removed
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/stylesheet/mozilla/pages/bms/addresses.css

    r384 r735  
    1010#rightSideDiv { 
    1111        float:right; 
    12         width:170px; 
     12        width:250px; 
    1313} 
    1414 
    1515.leftSideDiv{ 
    1616        padding-top:1px; 
    17         margin-right: 178px; 
     17        margin-right: 258px; 
    1818} 
    1919 
  • trunk/phpbms/modules/bms/addresses_addedit.php

    r702 r735  
    176176 
    177177                        $theinput = new inputDataTableList($db, "table", $therecord["tabledefid"], 
    178                                                                                                 "tabledefs", "id", "displayname", 
     178                                                                                                "tabledefs", "uuid", "displayname", 
    179179                                                                                                "", "", false, "table"); 
    180180                        $theinput->setAttribute("disabled","disabled"); 
     
    182182                        $theform->addField($theinput); 
    183183 
    184                         $theinput = new inputField("recordid",$therecord["recordid"],"record",false,NULL,5,12); 
     184                        $theinput = new inputField("recordid",$therecord["recordid"],"record",false,NULL); 
    185185                        $theinput->setAttribute("readonly","readonly"); 
    186186                        $theinput->setAttribute("class","uneditable"); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.