[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 <?php 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 global $theme; 13 $theme_path="themes/".$theme."/"; 14 $image_path=$theme_path."images/"; 15 16 17 ?> 18 19 20 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 21 <html> 22 <head> 23 <title>Untitled Document</title> 24 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 25 </head> 26 <body> 27 <form method="post" action="index.php?module=Users&action=listnotificationschedulers" name=""> 28 <TABLE WIDTH="100%" CELLPADDING=0 CELLSPACING=0 BORDER=0> 29 <TR> 30 <TD ALIGN=LEFT CLASS="moduleTitle hline" NOWRAP> Notification Email Information: 31 </TD> 32 </TR> 33 </TABLE> 34 <br> 35 <table width="50%" border=0 cellspacing=1 cellpadding=2 class="formOuterBorder"> 36 <td class="formSecHeader" colspan=2 nowrap>Nofitication Email Information:</td> 37 <tr> 38 <td nowrap class="dataLabel" width="50%">Notification Activity:</td> 39 <td></td> 40 </tr> 41 <tr > 42 <td nowrap class="dataLabel">Description:</td> 43 <td></td> 44 </tr> 45 <tr > 46 <td nowrap class="dataLabel">Active: </td> 47 <td> <img src="yes.gif" alt="" width="13" height="12" align="absmiddle"> 48 [<a href=#>Deactivate</a>]</td> 49 </tr> 50 <tr > 51 <td nowrap class="dataLabel">Subject:</td> 52 <td></td> 53 </tr> 54 <tr > 55 <td nowrap valign="top" class="dataLabel">Email Body:</td> 56 <td valign="top"></td> 57 </tr> 58 </table> 59 <TABLE WIDTH="50%" CELLPADDING="0" CELLSPACING="5" BORDER="0"> 60 <TD NOWRAP> 61 <input type="submit" name="cancel" value="Goto List View" class="button" onclick="this.form.action.value='listemailtemplates'"> 62 </TD> 63 </TR> 64 </TABLE> 65 </form> 66 </body> 67 </html>
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 |