[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/ -> CustomFieldEntries.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                  <form action="index.php" method="post" name="form">
  12                  <input type="hidden" name="fld_module" value="{$MODULE}">
  13                  <input type="hidden" name="module" value="Settings">
  14                  <input type="hidden" name="parenttab" value="Settings">
  15                  <input type="hidden" name="mode">
  16                  <table class="listTableTopButtons" border="0" cellpadding="5" cellspacing="0" width="100%">
  17                  <tr>
  18                      <td class="small">&nbsp;</td>
  19                      <td class="small" align="right">&nbsp;&nbsp;
  20                      {if $MODULE eq 'Leads'}
  21                      &nbsp;&nbsp;<input input title="{$MOD.CUSTOMFIELDMAPPING}"  class="crmButton edit small" onclick="CustomFieldMapping();" type="button" name="ListLeadCustomFieldMapping" value="{$MOD.CUSTOMFIELDMAPPING}">
  22                      {/if}
  23                      <input type="button" value=" {$MOD.NewCustomField} " onClick="fnvshobj(this,'createcf');getCreateCustomFieldForm('{$MODULE}','','','')" class="crmButton create small"/>
  24                  </tr>
  25                  </table>
  26  
  27                  <table class="listTable" border="0" cellpadding="5" cellspacing="0" width="100%">
  28                      {if $MODULE eq 'Leads'}
  29                      <tr>
  30                          <td rowspan="2" class="colHeader small" width="5%">#</td>
  31                              <td rowspan="2" class="colHeader small" width="20%">{$MOD.FieldLabel}</td>
  32                              <td rowspan="2" class="colHeader small" width="20%">{$MOD.FieldType}</td>
  33                              <td colspan="3" class="colHeader small" valign="top"><div align="center">{$MOD.LBL_MAPPING_OTHER_MODULES}</div></td>
  34                              <td rowspan="2" class="colHeader small" width="20%">{$MOD.LBL_CURRENCY_TOOL}</td>
  35                        </tr>
  36  
  37                      <tr>
  38                        <td class="colHeader small" valign="top" width="18%">{$APP.Accounts}</td>
  39                        <td class="colHeader small" valign="top" width="18%">{$APP.Contacts}</td>
  40                        <td class="colHeader small" valign="top" width="19%">{$APP.Potentials}</td>
  41                      </tr>
  42                      {else}
  43                      <tr>
  44                            <td class="colHeader small" width="5%">#</td>
  45                            <td class="colHeader small" width="20%">{$MOD.FieldLabel}</td>
  46                            <td class="colHeader small" width="20%">{$MOD.FieldType}</td>
  47                           <td class="colHeader small" width="20%">{$MOD.LBL_CURRENCY_TOOL}</td>
  48                      </tr>
  49                      {/if}
  50                      {foreach item=entries key=id from=$CFENTRIES}
  51                      <tr>
  52                          {foreach item=value from=$entries}
  53                              <td class="listTableRow small" valign="top" nowrap>{$value}&nbsp;</td>
  54                          {/foreach}
  55                      </tr>
  56                      {/foreach}
  57          </table>
  58          </form>
  59          <br>
  60          {if $MODULE eq 'Leads'}
  61              <strong>{$APP.LBL_NOTE}: </strong> {$MOD.LBL_CUSTOM_MAPP_INFO}
  62          {/if}


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