Changeset 485 for trunk/phpbms/modules/base/adminsettings.php
- Timestamp:
- 04/07/09 11:44:18 (3 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/modules/base/adminsettings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/base/adminsettings.php
r448 r485 86 86 $theform->addField($theinput); 87 87 88 $theinput = new inputField("currency_sym",$therecord["currency_sym"],"currency symbol",true,NULL, 4,1);88 $theinput = new inputField("currency_sym",$therecord["currency_sym"],"currency symbol",true,NULL,5,5); 89 89 $theform->addField($theinput); 90 90 … … 225 225 <option value="UK - Loose" <?php if($therecord["phone_format"] == "UK - Loose") echo "selected=\"selected\"";?>>UK - Loose</option> 226 226 <option value="International" <?php if($therecord["phone_format"] == "International") echo "selected=\"selected\"";?>>International</option> 227 <option value="No Verification" <?php if($therecord["phone_format"] == "No Verification") echo "selected=\"selected\"";?>>No Verification</option> 227 228 </select> 228 229 </p>