[Vtigercrm-commits] [vtiger-commits] r7550 - /vtigercrm/trunk/Smarty/templates/DisplayFields.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 27 03:02:24 EDT 2006
Author: richie
Date: Tue Jun 27 01:02:20 2006
New Revision: 7550
Log:
Issue in User Save has been fixed
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 Tue Jun 27 01:02:20 2006
@@ -484,10 +484,12 @@
{if $fldvalue eq 'on'}
<td width="30%" align=left class="dvtCellInfo">
<input name="{$fldname}" {$disable_status} tabindex="{$vt_tab}" type="checkbox" checked>
+ <input name="{$fldname}" type="hidden" value="{$fldvalue}">
</td>
{else}
<td width="30%" align=left class="dvtCellInfo">
<input name="{$fldname}" {$disable_status} tabindex="{$vt_tab}" type="checkbox">
+ <input name="{$fldname}" type="hidden" value="{$fldvalue}">
</td>
{/if}
{elseif $uitype eq 98}<!-- Role Selection Popup -->
More information about the vtigercrm-commits
mailing list