[Vtigercrm-commits] [vtiger-commits] r7925 - /vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Jul 10 07:02:52 EDT 2006


Author: saraj
Date: Mon Jul 10 05:02:48 2006
New Revision: 7925

Log:
Updated the compose email popup with button below attachments-ahmed

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

Modified: vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/ComposeEmail.tpl Mon Jul 10 05:02:48 2006
@@ -111,6 +111,14 @@
 		{$elements.3.0}
 	</td>
    </tr>
+   <tr>
+	<td colspan="3" class="lvtCol" style="padding: 5px;" align="center">
+		 <input title="{$APP.LBL_SELECTEMAILTEMPLATE_BUTTON_TITLE}" accessKey="{$APP.LBL_SELECTEMAILTEMPLATE_BUTTON_KEY}" class="classBtn" onclick="window.open('index.php?module=Users&action=lookupemailtemplates','emailtemplate','top=100,left=200,height=400,width=500,menubar=no,addressbar=no,status=yes')" type="button" name="button" value=" {$APP.LBL_SELECTEMAILTEMPLATE_BUTTON_LABEL}  ">
+		<input title="{$APP.LBL_SAVE_BUTTON_TITLE}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="classBtn" onclick="return email_validate(this.form,'save');" type="button" name="button" value="  {$APP.LBL_SAVE_BUTTON_LABEL} " >&nbsp;
+		<input name="{$MOD.LBL_SEND}" value=" {$APP.LBL_SEND} " class="classBtn" type="button" onclick="return email_validate(this.form,'send');">&nbsp;
+		<input name="{$APP.LBL_CANCEL_BUTTON_TITLE}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " class="classBtn" type="button" onClick="window.close()">
+	</td>
+    </tr>
 	{elseif $elements.2.0 eq 'description'}
    <tr>
 	<td colspan="3" align="center" valign="top" height="320">





More information about the vtigercrm-commits mailing list