[Vtigercrm-commits] [vtiger-commits] r5005 - /vtigercrm/trunk/Smarty/templates/QuickCreateHidden.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Apr 7 09:01:07 EDT 2006
Author: saraj
Date: Fri Apr 7 07:01:02 2006
New Revision: 5005
Log:
hidden field included
Modified:
vtigercrm/trunk/Smarty/templates/QuickCreateHidden.tpl
Modified: vtigercrm/trunk/Smarty/templates/QuickCreateHidden.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/QuickCreateHidden.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/QuickCreateHidden.tpl Fri Apr 7 07:01:02 2006
@@ -69,6 +69,12 @@
<input type="hidden" name="record" value="">
<input type="hidden" name="assigned_user_id" value="{$USERID}">
<input type="hidden" name="action" value="Save">
+{elseif $MODULE eq 'Campaigns'}
+ <form name="EditView" onSubmit="return formValidate()" method="POST" action="index.php">
+ <input type="hidden" name="module" value="{$MODULE}">
+ <input type="hidden" name="record" value="">
+ <input type="hidden" name="assigned_user_id" value="{$USERID}">
+ <input type="hidden" name="action" value="Save">
{elseif $MODULE eq 'Products'}
<form name="ProductSave" onSubmit="return formValidate()" method="POST" action="index.php">
<input type="hidden" name="module" value="Products">
More information about the vtigercrm-commits
mailing list