[Vtigercrm-commits] [vtiger-commits] r7473 - /vtigercrm/trunk/Smarty/templates/PopupContents.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 23 09:32:33 EDT 2006
Author: saraj
Date: Fri Jun 23 07:32:28 2006
New Revision: 7473
Log:
module has been passed to SelectAll js function
Modified:
vtigercrm/trunk/Smarty/templates/PopupContents.tpl
Modified: vtigercrm/trunk/Smarty/templates/PopupContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/PopupContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/PopupContents.tpl Fri Jun 23 07:32:28 2006
@@ -14,7 +14,7 @@
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="small">
<tr>
{if $SELECT eq 'enable'}
- <td style="padding-left:10px;" align="left"><input class="small" type="button" value="Add {$MODULE}" onclick="if(SelectAll()) window.close();"/></td>
+ <td style="padding-left:10px;" align="left"><input class="small" type="button" value="Add {$MODULE}" onclick="if(SelectAll('{$MODULE}')) window.close();"/></td>
{else}
<td> </td>
{/if}
More information about the vtigercrm-commits
mailing list