[Vtigercrm-commits] [vtiger-commits] r11024 - /vtigercrm/branches/5.0.3/Smarty/templates/ActivityListView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 25 01:44:24 EDT 2007
Author: richie
Date: Thu May 24 23:44:21 2007
New Revision: 11024
Log:
confirmation given while deleting customview filter for Calendar. --minnie
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/ActivityListView.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/ActivityListView.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/ActivityListView.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/ActivityListView.tpl Thu May 24 23:44:21 2007
@@ -411,7 +411,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