[ 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/ -> EditPickList.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 style="position:relative;display: block;" id="orgLay" class="layerPopup">
  13      <table border="0" cellpadding="5" cellspacing="0" width="100%" class="layerHeadingULine">
  14          <tr>
  15              <td class="layerPopupHeading" align="left" width="40%" nowrap>{$MOD.LBL_EDIT_PICKLIST} - {$FIELDLABEL}</td>
  16              <td align="right" width="60%"><img src="{$IMAGE_PATH}close.gif" align="middle" border="0" onclick="hide('editdiv');"></td>
  17          </tr>
  18      </table>
  19      
  20      <table border=0 cellspacing=0 cellpadding=5 width=95% align=center> 
  21      <tr>
  22          <td class=small >
  23              <table border=0 celspacing=0 cellpadding=5 width=100% align=center bgcolor=white>
  24                  <tr>
  25                      <td colspan="2" align="left" width="40%">
  26                          {$MOD.LBL_PICKLIST_SAVEINFO}
  27                      </td>
  28                  </tr>
  29                  <tr>
  30                      <td colspan="2" align="left" width="40%">
  31                          <textarea id="picklist_values" class="detailedViewTextBox" rows="10" align="left">{$ENTRIES}</textarea>
  32                      </td>
  33                  </tr>
  34                      {if $NON_EDITABLE_ENTRIES neq ''}
  35                  <tr>
  36                      <td colspan="2" align="left" width="40%"><b><u>{$MOD.LBL_NON_EDITABLE_PICKLIST_ENTRIES} :</u></b><br> {$NON_EDITABLE_ENTRIES} </td>
  37                  </tr>
  38                      {/if}
  39              </table>
  40          </td>
  41      </tr>
  42      </table>
  43      <table border=0 cellspacing=0 cellpadding=5 width=100% class="layerPopupTransport">
  44          <tr>
  45              <td colspan="2" align="center">
  46              {if $NON_EDITABLE_ENTRIES neq ''}
  47                  <input name="save" value=" &nbsp;{$APP.LBL_SAVE_BUTTON_LABEL}&nbsp; " class="crmButton small save" onClick="SavePickList('{$FIELDNAME}','{$MODULE}', {$UITYPE});" type="button">
  48              {else}
  49                  <input name="save" value=" &nbsp;{$APP.LBL_SAVE_BUTTON_LABEL}&nbsp; " class="crmButton small save" onClick="return picklist_validate('{$EDITABLE_MODE}','{$FIELDNAME}','{$MODULE}', {$UITYPE});" type="button">
  50              {/if}    
  51                  <input name="cancel" value=" &nbsp;{$APP.LBL_CANCEL_BUTTON_LABEL}&nbsp; " class="crmButton small cancel" onClick="hide('editdiv');" type="button">
  52              </td>
  53          </tr>
  54      </table>
  55  
  56  </div>


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