[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/ -> ListLeadCustomFieldMapping.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  <script language="JavaScript" type="text/javascript" src="include/js/customview.js"></script>
  12  <table width="100%" border="0" cellpadding="0" cellspacing="0">
  13          <tr>
  14                  {include file='SettingsMenu.tpl'}
  15                  <td width="75%" valign="top">
  16                  <table width="99%" border="0" cellpadding="0" cellspacing="0" align="center">
  17                          <tr>
  18                                  <td class="showPanelBg" valign="top" style="padding-left:20px; "><br />
  19                                  <span class="lvtHeaderText">{$MOD.LBL_SETTINGS} &gt; {$MOD.LBL_STUDIO} &gt; {$MOD.LBL_CUSTOM_FIELD_SETTINGS} </span>
  20                                  <hr noshade="noshade" size="1" />
  21                                  </td>
  22                          </tr>
  23                          <tr><td>&nbsp;</td></tr>
  24                          <tr>
  25                                  </td>
  26                                  <form action="index.php?module=Settings&action=LeadCustomFieldMapping&parenttab=Settings" method="post" name="index">
  27                                  <table class="leadTable" align="center" cellpadding="5" cellspacing="0" width="95%">
  28                                          <tr>
  29                                                  <td style="border-bottom: 2px dotted rgb(204, 204, 204); padding: 5px;" width="5%">
  30                                                  <img src="{$IMAGE_PATH}mapping.gif" align="middle" height="48" width="48">
  31                                                  </td>
  32                                                  <td style="border-bottom: 2px dotted rgb(170, 170, 170); padding: 5px;">
  33                                                  <span class="genHeaderGrayBig">Mapping Lead Custom Fields</span><br>
  34                          <span>Map each of your organizations lead custom fields to each of your custom account ,contact, or potential fields. These mappings will be used when you convert leads</span>
  35                                                  </td>
  36                                          </tr>
  37                                          <tr><td colspan="2">&nbsp;</td></tr>
  38                                          <tr>
  39                                                  <td align="right">&nbsp;</td>
  40                                                  <td><b class="lvtHeaderText">Mapping Information </b></td>
  41                                          </tr>
  42                                          <tr>
  43                                                  <td>&nbsp;</td>
  44                                                  <td>
  45                                                          <table style="background-color: rgb(204, 204, 204);" class="small" border="0" cellpadding="5" cellspacing="1" width="95%">
  46                                                                  <tr>
  47                                                                          <td class="lvtCol" width="20%">Leads CustomField </td>
  48                                                                          <td class="lvtCol" width="20%">Accounts CustomField</td>
  49                                                                          <td class="lvtCol" width="20%">Contacts CustomField</td>
  50                                                                          <td class="lvtCol" width="20%">Potential CustomField</td>
  51                                      <td class="lvtCol" width="20%">Tool</td>
  52                                                                  <tr>
  53                                  {foreach item=cfarray from=$CUSTOMFIELDMAPPING}
  54                                                                  <tr class="lvtColData" bgcolor="white">
  55                                      <td>{$cfarray.leadlabel}</td>
  56                                      <td>{$cfarray.accountlabel}</td>
  57                                      <td>{$cfarray.contactlabel}</td>
  58                                      <td>{$cfarray.potentiallabel}</td>
  59                                      <td>{$cfarray.del}</td>
  60                                  </tr>            
  61                                  {/foreach}
  62                              </table>
  63                          </td>
  64                      </tr>                
  65                      <tr>
  66                                                  <td colspan="2" style="border-bottom: 2px dotted rgb(170, 170, 170); padding: 5px;">&nbsp;</td>
  67                                          </tr>
  68                                          <tr>
  69                                                  <td colspan="2" style="border-bottom: 2px dotted rgb(170, 170, 170); padding: 5px;" align="center">
  70                              <input title="{$APP.LBL_EDIT_BUTTON_LABEL}" accessKey="{$APP.LBL_EDIT_BUTTON_KEY}" class="crmbutton small edit" type="submit" name="button" value="{$APP.LBL_EDIT_BUTTON_LABEL}">
  71                              <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}>" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="crmbutton small cancel" type="button" onclick = "gotourl('index.php?action=CustomFieldList&module=Settings&fld_module=Leads&parenttab=Settings')" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}">
  72                                                  </td>
  73                                          </tr>
  74                                          <tr>
  75                                                  <td colspan="2">&nbsp;</td>
  76                                          </tr>
  77                                  </table>
  78                                  </form>
  79                          </td>
  80                  </tr>
  81          </td>
  82  </tr></table>
  83  <script>
  84  	function confirmdelete(url)
  85      {ldelim}
  86              if(confirm("Are you sure?"))
  87              {ldelim}
  88                      document.location.href=url;
  89             {rdelim}
  90      {rdelim}
  91  
  92  	function gotourl(url)
  93      {ldelim}
  94                  document.location.href=url;
  95      {rdelim}
  96  </script>
  97              


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