[Vtigercrm-commits] [vtiger-commits] r7748 - /vtigercrm/trunk/Smarty/templates/QuickCreate.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jul 4 01:05:01 EDT 2006
Author: saraj
Date: Mon Jul 3 23:04:57 2006
New Revision: 7748
Log:
Added the product ui type for campaign quick create
Modified:
vtigercrm/trunk/Smarty/templates/QuickCreate.tpl
Modified: vtigercrm/trunk/Smarty/templates/QuickCreate.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/QuickCreate.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/QuickCreate.tpl Mon Jul 3 23:04:57 2006
@@ -294,6 +294,10 @@
<td width="20%" class="dvtCellLabel" align=right>
{$fldlabel}</td>
<td width="30%" align=left class="dvtCellInfo">
+ <td width="30%" align=left class="dvtCellInfo">
+ <input name="{$fldname}" type="hidden" value="{$secondvalue}">
+ <input name="product_name" readonly type="text" value="{$fldvalue}"> <img tabindex="{$vt_tab}" src="{$IMAGE_PATH}select.gif" alt="Select" title="Select" LANGUAGE=javascript onclick='return window.open("index.php?module=Products&action=Popup&html=Popup_picker&form=HelpDeskEditView&popuptype=specific","test","width=640,height=565,resizable=0,scrollbars=0,top=150,left=200");' align="absmiddle" style='cursor:hand;cursor:pointer'> <input type="image" src="{$IMAGE_PATH}clear_field.gif" alt="Clear" title="Clear" LANGUAGE=javascript onClick="this.form.product_id.value=''; this.form.product_name.value=''; return false;" align="absmiddle" style='cursor:hand;cursor:pointer'>
+ </td>
{elseif $uitype eq 55}
<td width="20%" class="dvtCellLabel" align=right>{$fldlabel}</td>
More information about the vtigercrm-commits
mailing list