[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Smarty/templates/Settings/ -> EditEmailNotification.tpl (source)

   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  <div id="orgLay" class="layerPopup">
  13  <table border=0 cellspacing=0 cellpadding=5 width=100% class=layerHeadingULine>
  14  <tr>
  15      <td class="layerPopupHeading" align="left">{$NOTIFY_DETAILS.name}</td>
  16      <td align="right" class="small"><a href="javascript:hide('editdiv');"><img src="{$IMAGE_PATH}close.gif" align="middle" border="0"></a></td>
  17  </tr>
  18  </table>
  19  <table border=0 cellspacing=0 cellpadding=5 width=95% align=center> 
  20  <tr>
  21      <td class="small">
  22      <table border=0 celspacing=0 cellpadding=5 width=100% align=center bgcolor=white>
  23      <tr>
  24      <td align="right"  class="cellLabel small" width="40%"><b>{$MOD.LBL_STATUS} :</b></td>
  25      <td align="left"  class="cellText small" width="60%">
  26      {if $NOTIFY_DETAILS.id neq 7}
  27          <select class="small" id="notify_status">
  28      {else}    
  29          <select class="small" disabled id="notify_status">
  30      {/if}
  31      {if $NOTIFY_DETAILS.active eq 1}
  32          <option value="1" "selected">{$MOD.LBL_ACTIVE}</option>
  33          <option value="0">{$MOD.LBL_INACTIVE}</option>
  34      {else}
  35          <option value="1">{$MOD.LBL_ACTIVE}</option>
  36          <option value="0" "selected">{$MOD.LBL_INACTIVE}</option>
  37      {/if}
  38      </select>
  39  </td>
  40  </tr>
  41  <tr><td colspan="2" class="dvInnerHeader"><b>{$MOD.LBL_EMAIL_CONTENTS}</b></td></tr>
  42  <tr>
  43  <td align="right" class="cellLabel small"><b>{$MOD.LBL_SUBJECT} : </b></td>
  44  <td align="left"  class="cellText small"><input class="txtBox" id="notifysubject" name="notifysubject" value="{$NOTIFY_DETAILS.subject}" size="40" type="text"></td>
  45  </tr>
  46  <tr>
  47  <td align="right"  class="cellLabel small" valign="top"><b>{$MOD.LBL_MESSAGE} : </b></td>
  48  <td align="left"  class="cellText small"><textarea id="notifybody" name="notifybody" class="txtBox" rows="5" cols="40">{$NOTIFY_DETAILS.body}</textarea></td>
  49  </tr>
  50  </table>
  51  </td>
  52  </tr>
  53  </table>
  54  <table border=0 cellspacing=0 cellpadding=5 width=100% class="layerPopupTransport">
  55  <tr>
  56  <td class="small" align="center">
  57      <input name="save" value=" {$APP.LBL_SAVE_BUTTON_LABEL} " class="crmButton small save" type="button" onClick="fetchSaveNotify('{$NOTIFY_DETAILS.id}','{$NOTIFY_DETAILS.subject}','{$NOTIFY_DETAILS.body}')">
  58      <input name="cancel" value=" {$APP.LBL_CANCEL_BUTTON_LABEL} " class="crmButton small cancel" type="button" onClick="hide('editdiv');">
  59  </td>
  60  </tr>
  61  </table>
  62  </div>


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7