[Vtigercrm-commits] [vtiger-commits] r4925 - /vtigercrm/trunk/Smarty/templates/Settings/InventoryNotifyContents.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Apr 5 23:44:14 EDT 2006


Author: saraj
Date: Wed Apr  5 21:44:10 2006
New Revision: 4925

Log:
id passed as argument

Modified:
    vtigercrm/trunk/Smarty/templates/Settings/InventoryNotifyContents.tpl

Modified: vtigercrm/trunk/Smarty/templates/Settings/InventoryNotifyContents.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/InventoryNotifyContents.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/InventoryNotifyContents.tpl Wed Apr  5 21:44:10 2006
@@ -12,7 +12,7 @@
 	<td>{$smarty.foreach.notifyfor.iteration}</td>
 	<td>{$elements.notificationname}</td>
 	<td>{$elements.label}</td>
-	<td align="center" onClick="fetchEditNotify('{$smarty.foreach.notifyfor.iteration}');"><img src="{$IMAGE_PATH}editfield.gif"></td>
+	<td align="center" onClick="fetchEditNotify('{$elements.id}');"><img src="{$IMAGE_PATH}editfield.gif"></td>
 	</tr>
 	{/foreach}
 	</tbody>





More information about the vtigercrm-commits mailing list