[Vtigercrm-commits] [vtiger-commits] r10596 - /vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 9 07:55:04 EDT 2007


Author: richie
Date: Mon Apr  9 05:54:57 2007
New Revision: 10596

Log:
fix for users: status in inactive. Fixes #3624 --minnie

Modified:
    vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl

Modified: vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl Mon Apr  9 05:54:57 2007
@@ -536,7 +536,7 @@
 				{$fldlabel}
 			</td>
 			<td width="30%" align=left class="dvtCellInfo">
-			   {if $secondvalue eq 1}
+			   {if $secondvalue eq 1 && $CURRENT_USERID != $smarty.request.record}
 			   	<select name="{$fldname}" tabindex="{$vt_tab}" class="small">
 			   {else}
 			   	<select disabled name="{$fldname}" class="small">





More information about the vtigercrm-commits mailing list