[Vtigercrm-commits] [vtiger-commits] r5884 - /vtigercrm/trunk/Smarty/templates/DetailViewHidden.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu May 11 10:54:54 EDT 2006
Author: saraj
Date: Thu May 11 08:54:51 2006
New Revision: 5884
Log:
* Added the HIDDEN_PARENTS_LIST which will contain the emailids of the parent
Modified:
vtigercrm/trunk/Smarty/templates/DetailViewHidden.tpl
Modified: vtigercrm/trunk/Smarty/templates/DetailViewHidden.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DetailViewHidden.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DetailViewHidden.tpl Thu May 11 08:54:51 2006
@@ -29,6 +29,7 @@
<input type="hidden" name="email_id">
<input type="hidden" name="source_module">
<input type="hidden" name="entity_id">
+ {$HIDDEN_PARENTS_LIST}
{elseif $MODULE eq 'Contacts'}
<input type="hidden" name="module" value="{$MODULE}">
@@ -50,6 +51,7 @@
<input type="hidden" name="case_id">
<input type="hidden" name="new_reports_to_id">
<input type="hidden" name="email_directing_module">
+ {$HIDDEN_PARENTS_LIST}
{elseif $MODULE eq 'Potentials'}
<input type="hidden" name="module" value="{$MODULE}">
<input type="hidden" name="record" value="{$ID}">
More information about the vtigercrm-commits
mailing list