[Vtigercrm-commits] [vtiger-commits] r10691 - /vtigercrm/branches/5.0.3/Smarty/templates/UserListViewContents.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sun Apr 15 13:49:06 EDT 2007
Author: saraj
Date: Sun Apr 15 11:49:03 2007
New Revision: 10691
Log: (empty)
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/UserListViewContents.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/UserListViewContents.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/UserListViewContents.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/UserListViewContents.tpl Sun Apr 15 11:49:03 2007
@@ -40,7 +40,7 @@
<td class="listTableRow small" valign=top>{$smarty.foreach.userlist.iteration}</td>
<td class="listTableRow small" nowrap valign=top><a href="index.php?action=EditView&return_action=ListView&return_module=Users&module=Users&parenttab=Settings&record={$userid}"><img src="{$IMAGE_PATH}settingsActBtnEdit.gif" alt="{$APP.LBL_EDIT_BUTTON}" title="{$APP.LBL_EDIT_BUTTON}" border="0"></a>
{if $userid neq 1 && $userid neq 2 && $userid neq $CURRENT_USERID}
- <img src="{$IMAGE_PATH}settingsActBtnDelete.gif" onclick="deleteUser(this,'{$userid}')" border="0" alt="{$APP.LBL_DELETE_BUTTON}" title="{$APP.LBL_DELETE_BUTTON}" style="cursor:pointer;"/></a>
+ <img src="{$IMAGE_PATH}settingsActBtnDelete.gif" onclick="deleteUser(this,'{$userid}')" border="0" alt="{$APP.LBL_DELETE_BUTTON}" title="{$APP.LBL_DELETE_BUTTON}" style="cursor:pointer;"/>
{/if}
<a href="index.php?action=EditView&return_action=ListView&return_module=Users&module=Users&parenttab=Settings&record={$userid}&isDuplicate=true"><img src="{$IMAGE_PATH}settingsActBtnDuplicate.gif" alt="{$APP.LBL_DUPLICATE_BUTTON}" title="{$APP.LBL_DUPLICATE_BUTTON}" border="0"></a>
</td>
More information about the vtigercrm-commits
mailing list