[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 {*<!-- 2 /********************************************************************************* 3 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 * 10 ********************************************************************************/ 11 -->*} 12 <script language="JAVASCRIPT" type="text/javascript" src="include/js/smoothscroll.js"></script> 13 <br> 14 <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%"> 15 <tbody><tr> 16 <td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td> 17 <td class="showPanelBg" style="padding: 10px;" valign="top" width="100%"> 18 <br> 19 <div align=center> 20 21 {include file='SetMenu.tpl'} 22 23 <!-- DISPLAY --> 24 <table border=0 cellspacing=0 cellpadding=5 width=100% class="settingsSelUITopLine"> 25 <form action="index.php?module=Users&action=add2db" method="post" enctype="multipart/form-data"> 26 <input type="hidden" name="return_module" value="Settings"> 27 <input type="hidden" name="parenttab" value="{$PARENTTAB}"> 28 <input type="hidden" name="MAX_FILE_SIZE" value="{$MAX_FILE_SIZE}"> 29 <input type="hidden" name="action"> 30 <tr> 31 <td width=50 rowspan=2 valign=top><img src="{$IMAGE_PATH}mailmarge.gif" alt="Users" width="48" height="48" border=0 title="Users"></td> 32 <td class=heading2 valign=bottom><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS}</a> > <a href="index.php?module=Users&action=listwordtemplates&parenttab=Settings">{$UMOD.LBL_WORD_TEMPLATES}</a> > {$UMOD.LBL_NEW_TEMPLATE} </b></td> 33 </tr> 34 <tr> 35 <td valign=top class="small">{$MOD.LBL_MAIL_MERGE_DESC}</td> 36 </tr> 37 </table> 38 39 <br> 40 <table border=0 cellspacing=0 cellpadding=10 width=100% > 41 <tr> 42 <td> 43 44 <table border=0 cellspacing=0 cellpadding=5 width=100% class="tableHeading"> 45 <tr> 46 <td class="big"><strong>{$UMOD.LBL_NEW_TEMPLATE}</strong><br>{$ERRORFLAG}</br></td> 47 <td class="small" align=right> 48 <input title="{$APP.LBL_SAVE_BUTTON_LABEL}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" type="submit" tabindex="4" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}" onclick="this.form.action.value='add2db'; this.form.parenttab.value='Settings'" class="crmButton small save" /> 49 <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" tabindex="5" onclick="window.history.back()" type="button" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" class="crmButton small cancel" /> 50 </td> 51 </tr> 52 </table> 53 54 <table border=0 cellspacing=0 cellpadding=5 width=100% > 55 <tr valign="top"> 56 <td nowrap class="cellLabel small"><font color="red">*</font><strong>{$UMOD.LBL_NEW} {$UMOD.LBL_TEMPLATE_FILE}</strong></td> 57 <td class="cellText small"><strong> 58 <input type="file" name="binFile" class="small"> 59 </strong></td> 60 </tr> 61 <tr> 62 <td valign=top class="small cellLabel"><strong>{$UMOD.LBL_DESCRIPTION}</strong></td> 63 <td class="cellText small" valign=top><textarea name="txtDescription" class=small style="width:90%;height:50px" value={$textDesc}></textarea></td> 64 </tr> 65 <tr> 66 <td valign=top class="small cellLabel"><strong>{$UMOD.LBL_MODULENAMES}</strong></td> 67 <td class="cellText small" valign=top> 68 <select name="target_module" size=1 class="small" tabindex="3"> 69 <option value="Leads">{$APP.COMBO_LEADS}</option> 70 <option value="Accounts">{$APP.COMBO_ACCOUNTS}</option> 71 <option value="Contacts">{$APP.COMBO_CONTACTS}</option> 72 <option value="HelpDesk">{$APP.COMBO_HELPDESK}</option> 73 </select> 74 </td> 75 </tr> 76 </table> 77 <table border=0 cellspacing=0 cellpadding=5 width=100% > 78 <tr> 79 <td class="small" nowrap align=right><a href="#top">[Scroll to Top]</a></td> 80 </tr> 81 </table> 82 </td> 83 </tr> 84 </table> 85 86 87 88 </td> 89 </tr> 90 </table> 91 </td> 92 </tr> 93 </form> 94 </table> 95 </div> 96 </td> 97 <td valign="top"><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td> 98 </tr> 99 </tbody> 100 </table>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |