[Vtigercrm-commits] [vtiger-commits] r5347 - /vtigercrm/trunk/Smarty/templates/CustomView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Apr 25 08:51:07 EDT 2006


Author: richie
Date: Tue Apr 25 06:51:02 2006
New Revision: 5347

Log:
passed parenttab and fixes #574

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

Modified: vtigercrm/trunk/Smarty/templates/CustomView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/CustomView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/CustomView.tpl Tue Apr 25 06:51:02 2006
@@ -17,6 +17,7 @@
 <form enctype="multipart/form-data" name="CustomView" method="POST" action="index.php" onsubmit="return mandatoryCheck();">
 <input type="hidden" name="module" value="CustomView">
 <input type="hidden" name="action" value="Save">
+<input type="hidden" name="parenttab" value="{$CATEGORY}">
 <input type="hidden" name="cvmodule" value="{$CVMODULE}">
 <input type="hidden" name="return_module" value="{$RETURN_MODULE}">
 <input type="hidden" name="record" value="{$CUSTOMVIEWID}">





More information about the vtigercrm-commits mailing list