[Vtigercrm-commits] [vtiger-commits] r5628 - /vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon May 1 09:39:02 EDT 2006
Author: don
Date: Mon May 1 07:38:59 2006
New Revision: 5628
Log:
Added the primary email id
Modified:
vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl
Modified: vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/MyPrefDetailView.tpl Mon May 1 07:38:59 2006
@@ -256,7 +256,6 @@
{$JAVASCRIPT}
<div id="roleLay">
-<form name="checkpwd" >
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td width="50%" align="left" class="genHeaderSmall">Change Password </td>
@@ -286,7 +285,6 @@
</tr>
<tr><td colspan="2" style="border-top:1px dashed #CCCCCC;"> </td></tr>
</table>
-</form>
</div>
<script>
{literal}
@@ -304,8 +302,6 @@
}
else
alert("Password Matches");
- document.checkpwd.action = "index.php?action=chng_pwd&module=Users&record="+record;
- document.checkpwd.submit();
}
{/literal}
More information about the vtigercrm-commits
mailing list