[Vtigercrm-commits] [vtiger-commits] r7836 - /vtigercrm/trunk/Smarty/templates/UserDetailView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jul 5 04:15:15 EDT 2006
Author: richie
Date: Wed Jul 5 02:14:56 2006
New Revision: 7836
Log:
fixed the password issue
Modified:
vtigercrm/trunk/Smarty/templates/UserDetailView.tpl
Modified: vtigercrm/trunk/Smarty/templates/UserDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/UserDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/UserDetailView.tpl Wed Jul 5 02:14:56 2006
@@ -37,7 +37,8 @@
<input type="hidden" name="record" value="{$ID}">
<input type="hidden" name="isDuplicate" value=false>
<input type="hidden" name="action">
- {if $CATEGORY eq 'Settings'}
+ <input type="hidden" name="changepassword">
+ {if $CATEGORY neq 'Settings'}
<input type="hidden" name="modechk" value="prefview">
{/if}
<input type="hidden" name="old_password">
More information about the vtigercrm-commits
mailing list