[Vtigercrm-commits] [vtiger-commits] r3974 - /vtigercrm/trunk/Smarty/templates/Popup.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 28 00:56:16 EST 2006
Author: richie
Date: Mon Feb 27 22:56:13 2006
New Revision: 3974
Log:
Added the hidden field Curr_Row.
Modified:
vtigercrm/trunk/Smarty/templates/Popup.tpl
Modified: vtigercrm/trunk/Smarty/templates/Popup.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Popup.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Popup.tpl Mon Feb 27 22:56:13 2006
@@ -39,6 +39,7 @@
<input name="module" type="hidden" value="{$RETURN_MODULE}">
<input name="action" type="hidden" value="{$RETURN_ACTION}">
<input name="pmodule" type="hidden" value="{$MODULE}">
+ <input type="hidden" name="curr_row" value="{$CURR_ROW}">
<input name="entityid" type="hidden" value="">
<input name="idlist" type="hidden" value="">
{if $SELECT eq 'enable'}
More information about the vtigercrm-commits
mailing list