[ 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/ -> ModuleOwners.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  <script language="JAVASCRIPT" type="text/javascript" src="include/js/smoothscroll.js"></script>
  13  <script language="JavaScript" type="text/javascript" src="include/js/menu.js"></script>
  14  <br>
  15  <table align="center" border="0" cellpadding="0" cellspacing="0" width="98%">
  16  <tbody><tr>
  17          <td valign="top"><img src="{$IMAGE_PATH}showPanelTopLeft.gif"></td>
  18          <td class="showPanelBg" style="padding: 10px;" valign="top" width="100%">
  19  <br>
  20      <div align=center>
  21      
  22              {include file='SetMenu.tpl'}
  23  
  24              <!-- DISPLAY -->
  25              <table border=0 cellspacing=0 cellpadding=5 width=100% class="settingsSelUITopLine">
  26              <tr>
  27                      <td width=50 rowspan=2 valign=top><img src="{$IMAGE_PATH}assign.gif" alt="Users" width="48" height="48" border=0 title="Users"></td>
  28                  <td class="heading2" valign="bottom" ><b><a href="index.php?module=Settings&action=index&parenttab=Settings">{$MOD.LBL_SETTINGS}</a> > {$MOD.LBL_MODULE_OWNERS} </b></td>
  29              </tr>
  30              <tr>
  31                  <td valign=top class="small">{$MOD.LBL_MODULE_OWNERS_DESCRIPTION}</td>
  32              </tr>
  33              </table>
  34              <br>
  35              <table border=0 cellspacing=0 cellpadding=10 width=100% >
  36              <tr>
  37              <td>
  38  
  39                      <div id="module_list_owner">    
  40                          {include file='Settings/ModuleOwnersContents.tpl'}
  41                      </div>
  42      
  43      <table border=0 cellspacing=0 cellpadding=5 width=100% >
  44      <tr><td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td></tr>
  45      </table>
  46      </td>
  47      </tr>
  48      </table>
  49      </td>
  50      </tr>
  51      </table>
  52      </td>
  53      </tr>
  54      </form>
  55      </table>
  56          
  57      </div>
  58  
  59  </td>
  60          <td valign="top"><img src="{$IMAGE_PATH}showPanelTopRight.gif"></td>
  61     </tr>
  62  </tbody>
  63  </table>
  64  
  65      
  66  {literal}
  67  <script>
  68  function assignmodulefn(mode)
  69  {
  70      $("status").style.display="inline";
  71      var urlstring ='';
  72      for(i = 0;i < document.support_owners.elements.length;i++)
  73      {
  74          if(document.support_owners.elements[i].name != 'button')
  75          urlstring +='&'+document.support_owners.elements[i].name+'='+document.support_owners.elements[i].value;
  76      }
  77      new Ajax.Request(
  78                  'index.php',
  79                  {queue: {position: 'end', scope: 'command'},
  80                          method: 'post',
  81                          postBody: urlstring+'&list_module_mode='+mode+'&file_mode=ajax',
  82                          onComplete: function(response) {
  83                                  $("status").style.display="none";
  84                  $("module_list_owner").innerHTML=response.responseText;
  85                          }
  86                  }
  87          );
  88  }
  89  </script>
  90  {/literal}


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