[Vtigercrm-commits] [vtiger-commits] r7430 - /vtigercrm/trunk/Smarty/templates/DisplayFields.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Jun 22 09:41:55 EDT 2006
Author: saraj
Date: Thu Jun 22 07:41:51 2006
New Revision: 7430
Log:
rolename made readonly
Modified:
vtigercrm/trunk/Smarty/templates/DisplayFields.tpl
Modified: vtigercrm/trunk/Smarty/templates/DisplayFields.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DisplayFields.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DisplayFields.tpl Thu Jun 22 07:41:51 2006
@@ -491,7 +491,7 @@
</td>
<td width="30%" align=left class="dvtCellInfo">
{if $thirdvalue eq 1}
- <input name="role_name" id="role_name" class="txtBox" tabindex="{$vt_tab}" value="{$secondvalue}" type="text">
+ <input name="role_name" id="role_name" readonly class="txtBox" tabindex="{$vt_tab}" value="{$secondvalue}" type="text">
<a href="javascript:openPopup();"><img src="{$IMAGE_PATH}select.gif" align="absmiddle" border="0"></a>
{else}
<input name="role_name" id="role_name" tabindex="{$vt_tab}" class="txtBox" readonly value="{$secondvalue}" type="text">
More information about the vtigercrm-commits
mailing list