[Vtigercrm-commits] [vtiger-commits] r4151 - /vtigercrm/trunk/Smarty/templates/RelatedListsHidden.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 14 02:39:32 EST 2006


Author: saraj
Date: Tue Mar 14 00:39:28 2006
New Revision: 4151

Log:
Added id = 'parent_id' & id = return_module as well as closed the form tag

Modified:
    vtigercrm/trunk/Smarty/templates/RelatedListsHidden.tpl

Modified: vtigercrm/trunk/Smarty/templates/RelatedListsHidden.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/RelatedListsHidden.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/RelatedListsHidden.tpl Tue Mar 14 00:39:28 2006
@@ -15,10 +15,10 @@
 <form border="0" action="index.php" method="post" name="form" id="form">
 <input type="hidden" name="module">
 <input type="hidden" name="mode">
-<input type="hidden" name="return_module" value="{$MODULE}">
+<input type="hidden" name="return_module" id="return_module" value="{$MODULE}">
 <input type="hidden" name="return_action" value="CallRelatedList">
 <input type="hidden" name="return_id" value="{$id}">
-<input type="hidden" name="parent_id" value="{$id}">
+<input type="hidden" name="parent_id" id="parent_id" value="{$id}">
 <input type="hidden" name="action">
 {if $MODULE eq 'Activities'}
 	<input type="hidden" name="activity_mode" value="{$ACTIVITY_MODE}">
@@ -62,4 +62,4 @@
 {elseif $MODULE eq 'HelpDesk'}
         <input type="hidden" name="ticket_id" value="{$id}">
 {/if}
-
+</form>





More information about the vtigercrm-commits mailing list