[Vtigercrm-commits] [vtiger-commits] r4601 - /vtigercrm/trunk/modules/Settings/customfield.html
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 28 05:32:03 EST 2006
Author: saraj
Date: Tue Mar 28 03:31:59 2006
New Revision: 4601
Log:
readonly permission is given for decimal,length and picklist filed
Modified:
vtigercrm/trunk/modules/Settings/customfield.html
Modified: vtigercrm/trunk/modules/Settings/customfield.html
==============================================================================
--- vtigercrm/trunk/modules/Settings/customfield.html (original)
+++ vtigercrm/trunk/modules/Settings/customfield.html Tue Mar 28 03:31:59 2006
@@ -280,7 +280,7 @@
<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="dataLabel" nowrap width="100"><font class="required">{APP.LBL_REQUIRED_SYMBOL}</font>{MOD.LBL_LENGTH}</td>
- <td width="150"><input type="text" name="fldLength" value="{LENGTHVALUE}" style="width:100%"></td>
+ <td width="150"><input type="text" name="fldLength" value="{LENGTHVALUE}" {READ} style="width:100%"></td>
</tr>
</table>
</div>
@@ -288,7 +288,7 @@
<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="dataLabel" nowrap width="100">{MOD.LBL_DECIMAL_PLACES}</td>
- <td width="150"><input type="text" name="fldDecimal" value="{DECIMALVALUE}" style="width:100%"></td>
+ <td width="150"><input type="text" name="fldDecimal" value="{DECIMALVALUE}" {READ} style="width:100%"></td>
</tr>
</table>
</div>
@@ -296,7 +296,7 @@
<table border="0" cellspacing="1" cellpadding="0">
<tr>
<td class="dataLabel" nowrap width="100" valign="top"><font class="required">{APP.LBL_REQUIRED_SYMBOL}</font>{MOD.LBL_PICK_LIST_VALUES}</td>
- <td width="150" valign="top"><textarea name="fldPickList" rows="10" style="width:100%">{PICKLISTVALUE}</textarea></td>
+ <td width="150" valign="top"><textarea name="fldPickList" rows="10" {READ} style="width:100%">{PICKLISTVALUE}</textarea></td>
<td style="padding-left:10px"><img src="themes/Aqua/images/picklist_hint.gif"/></td>
</tr>
</table>
More information about the vtigercrm-commits
mailing list