[ 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/ -> EditInventoryNotify.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="EditInv" class="layerPopup">
  13  <table border=0 cellspacing=0 cellpadding=5 width=100% class=layerHeadingULine>
  14  <tr>
  15      <td class="layerPopupHeading" align="left">{$NOTIFY_DETAILS.label}</td>
  16      <td align="right" class="small"><img onClick="hide('editdiv');" style="cursor:pointer;" src="{$IMAGE_PATH}close.gif" align="middle" border="0"></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 colspan="2">
  25              <b><font color="red">*</font>{$CMOD.LBL_NOTE_DO_NOT_REMOVE_INFO}</b>
  26          </td>
  27      </tr>
  28      <tr>
  29          <td align="right" class="cellLabel small"><b>{$MOD.LBL_SUBJECT} : </b></td>
  30          <td align="left" class="cellText small"><input class="txtBox" id="notifysubject" name="notifysubject" value="{$NOTIFY_DETAILS.subject}" size="40" type="text"></td>
  31      </tr>
  32      <tr>
  33          <td align="right" valign="top" class="cellLabel small"><b>{$MOD.LBL_MESSAGE} : </b></td>
  34          <td align="left" class="cellText small"><textarea id="notifybody" name="notifybody" class="txtBox" rows="5" cols="40">{$NOTIFY_DETAILS.body}</textarea></td>
  35      </tr>
  36      </table>
  37      </td>
  38  </tr>
  39  </table>
  40  <table border=0 cellspacing=0 cellpadding=5 width=100% class="layerPopupTransport">
  41  <tr>
  42      <td align="center" class="small">
  43          <input name="save" value="{$APP.LBL_SAVE_BUTTON_LABEL}" class="crmButton small save" type="button" onClick="fetchSaveNotify('{$NOTIFY_DETAILS.id}')">
  44          <input name="cancel" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" class="crmButton small cancel" type="button" onClick="hide('editdiv');">
  45      </td>
  46      </tr>
  47  </table>
  48  </div>


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