[Vtigercrm-commits] [vtiger-commits] r7927 - /vtigercrm/trunk/Smarty/templates/EmailDetailView.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Jul 10 07:36:48 EDT 2006
Author: saraj
Date: Mon Jul 10 05:36:45 2006
New Revision: 7927
Log:
updated the email related file - ahmed
Modified:
vtigercrm/trunk/Smarty/templates/EmailDetailView.tpl
Modified: vtigercrm/trunk/Smarty/templates/EmailDetailView.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/EmailDetailView.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/EmailDetailView.tpl Mon Jul 10 05:36:45 2006
@@ -52,6 +52,13 @@
<td class="lvtCol" style="padding: 5px;" align="right"><b>{$MOD.LBL_SUBJECT}</b></td>
<td class="dvtCellLabel" style="padding: 5px;"> {$elements.value}</td>
</tr>
+ <tr>
+ <td colspan="3" class="dvtCellLabel" style="padding: 10px;" align="center"><input type="button" name="forward" value=" {$MOD.LBL_FORWARD_BUTTON} " alt="{$MOD.LBL_FORWARD_BUTTON}" title="{$MOD.LBL_FORWARD_BUTTON}" class="classWebBtn" onClick=OpenCompose('{$ID}','forward')>
+ <input type="button" title="{$APP.LBL_EDIT}" alt="{$APP.LBL_EDIT}" name="edit" value=" {$APP.LBL_EDIT} " class="classWebBtn" onClick=OpenCompose('{$ID}','edit')>
+
+ <input name="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " title="{$APP.LBL_CANCEL_BUTTON_LABEL}" alt="{$APP.LBL_CANCEL_BUTTON_LABEL}" class="classWebBtn" type="button" onClick="window.close()">
+ </td>
+ </tr>
{elseif $elements.fldname eq 'description'}
<tr>
<td style="padding: 5px;" colspan="3" valign="top"><div style="overflow:auto;height:415px;width:100%;">{$BLOCKS.4.Description.value}</div></td>
More information about the vtigercrm-commits
mailing list