[Vtigercrm-commits] [vtiger-commits] r10436 - /vtigercrm/branches/5.0.3/Smarty/templates/ListViewEntries.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 15 02:18:14 EDT 2007
Author: saraj
Date: Thu Mar 15 00:18:08 2007
New Revision: 10436
Log:
fix for No cofirmation while deleting custom view. Fixes #3064 --Minnie
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/ListViewEntries.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/ListViewEntries.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ListViewEntries.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ListViewEntries.tpl Thu Mar 15 00:18:08 2007
@@ -71,7 +71,7 @@
<span class="small">|</span>
<a href="index.php?module={$MODULE}&action=CustomView&record={$VIEWID}&parenttab={$CATEGORY}">{$APP.LNK_CV_EDIT}</a>
<span class="small">|</span>
- <a href="index.php?module=CustomView&action=Delete&dmodule={$MODULE}&record={$VIEWID}&parenttab={$CATEGORY}">{$APP.LNK_CV_DELETE}</a></td>
+ <a href="javascript:confirmdelete('index.php?module=CustomView&action=Delete&dmodule={$MODULE}&record={$VIEWID}&parenttab={$CATEGORY}')">{$APP.LNK_CV_DELETE}</a></td>
{/if}
</tr>
</table>
More information about the vtigercrm-commits
mailing list