[Vtigercrm-commits] [vtiger-commits] r9324 - /vtigercrm/trunk/Smarty/templates/DetailView.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu Sep 7 02:22:06 EDT 2006


Author: richie
Date: Thu Sep  7 00:21:49 2006
New Revision: 9324

Log:
Issue in DetailView Template Merge has been fixed --Jeri

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

Modified: vtigercrm/trunk/Smarty/templates/DetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/DetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/DetailView.tpl Thu Sep  7 00:21:49 2006
@@ -401,6 +401,11 @@
 			<!-- Mail Merge-->
 				<br>
 				{if $MERGEBUTTON eq 'permitted'}
+				<form action="index.php" method="post" name="TemplateMerge" id="form">
+				<input type="hidden" name="module" value="{$MODULE}">
+				<input type="hidden" name="parenttab" value="{$CATEGORY}">
+				<input type="hidden" name="record" value="{$ID}">
+				<input type="hidden" name="action">
   				<table border=0 cellspacing=0 cellpadding=0 width=100% class="rightMailMerge">
       				<tr>
       					   <td class="rightMailMergeHeader"><b>{$WORDTEMPLATEOPTIONS}</b></td>
@@ -412,6 +417,7 @@
       					  </td>
       				</tr>
   				</table>
+				</form>
 				{/if}
 			</td>
 		</tr>





More information about the vtigercrm-commits mailing list