Changeset 735 for trunk/phpbms/modules
- Timestamp:
- 01/08/10 12:39:28 (2 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/bms/addresses_addedit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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");