Changeset 735
- Timestamp:
- 01/08/10 12:39:28 (2 years ago)
- Location:
- trunk/phpbms
- Files:
-
- 2 removed
- 2 modified
-
common/stylesheet/mozilla/pages/bms/addresses.css (modified) (1 diff)
-
common/stylesheet/mozilla/pages/clientemail.css (deleted)
-
common/stylesheet/mozilla/pages/clientemailprojects.css (deleted)
-
modules/bms/addresses_addedit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/stylesheet/mozilla/pages/bms/addresses.css
r384 r735 10 10 #rightSideDiv { 11 11 float:right; 12 width: 170px;12 width:250px; 13 13 } 14 14 15 15 .leftSideDiv{ 16 16 padding-top:1px; 17 margin-right: 178px;17 margin-right: 258px; 18 18 } 19 19 -
trunk/phpbms/modules/bms/addresses_addedit.php
r702 r735 176 176 177 177 $theinput = new inputDataTableList($db, "table", $therecord["tabledefid"], 178 "tabledefs", " id", "displayname",178 "tabledefs", "uuid", "displayname", 179 179 "", "", false, "table"); 180 180 $theinput->setAttribute("disabled","disabled"); … … 182 182 $theform->addField($theinput); 183 183 184 $theinput = new inputField("recordid",$therecord["recordid"],"record",false,NULL ,5,12);184 $theinput = new inputField("recordid",$therecord["recordid"],"record",false,NULL); 185 185 $theinput->setAttribute("readonly","readonly"); 186 186 $theinput->setAttribute("class","uneditable");