[Vtigercrm-commits] [vtiger-commits] r10963 - /vtigercrm/branches/5.0.3/Smarty/templates/UserProfileList.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 22 09:58:30 EDT 2007
Author: jerrydgeorge
Date: Tue May 22 07:58:19 2007
New Revision: 10963
Log:
Usability issue in Delete Profile has been fixed
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/UserProfileList.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/UserProfileList.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/UserProfileList.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/UserProfileList.tpl Tue May 22 07:58:19 2007
@@ -72,7 +72,7 @@
<a href="index.php?module=Settings&action=profilePrivileges&return_action=ListProfiles&parenttab=Settings&mode=edit&profileid={$listvalues.profileid}"><img src="{$IMAGE_PATH}editfield.gif" alt="{$APP.LBL_EDIT}" title="{$APP.LBL_EDIT}" border="0" align="absmiddle"></a>
{if $listvalues.del_permission eq 'yes'}
|
- <a href="#"><img src="{$IMAGE_PATH}delete.gif" border="0" height="15" width="15" onclick="DeleteProfile(this,'{$listvalues.profileid}')" align="absmiddle"></a>
+ <a href="javascript:;"><img src="{$IMAGE_PATH}delete.gif" border="0" height="15" width="15" onclick="DeleteProfile(this,'{$listvalues.profileid}')" align="absmiddle"></a>
{else}
{/if}
More information about the vtigercrm-commits
mailing list