[ 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/ -> ModuleOwnersContents.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  <form name="support_owners" method="POST" action="index.php">
  13      <input type="hidden" name="module" value="Settings">
  14      <input type="hidden" name="parenttab" value="Settings">
  15      <input type="hidden" name="action" value="SettingsAjax">
  16      <input type="hidden" name="file" value="ListModuleOwners">
  17  <table border=0 cellspacing=0 cellpadding=5 width=100% class="tableHeading">
  18  <tr>
  19      <td class="big"><strong>{$MOD.LBL_MODULES_AND_OWNERS}</strong></td>
  20      <td class="small" align=right>
  21  <div align="right">
  22  {if $MODULE_MODE neq 'edit'}
  23          <input title="{$APP.LBL_EDIT_BUTTON_LABEL}" accessKey="{$APP.LBL_EDIT_BUTTON_KEY}" class="crmButton small edit" type="button" name="button" value="{$APP.LBL_EDIT_BUTTON_LABEL}" onClick="assignmodulefn('edit');">
  24  {else}
  25          <input title="{$APP.LBL_SAVE_BUTTON_LABEL}" accessKey="{$APP.LBL_SAVE_BUTTON_KEY}" class="crmButton small save" type="button" name="button" value="{$APP.LBL_SAVE_BUTTON_LABEL}" onClick="assignmodulefn('save');" >&nbsp;
  26                          <input title="{$APP.LBL_CANCEL_BUTTON_LABEL}" accessKey="{$APP.LBL_CANCEL_BUTTON_KEY}" class="crmButton small cancel" onclick="this.form.action.value='ListModuleOwners'; this.form.parenttab.value='Settings';" type="submit" name="button" value="{$APP.LBL_CANCEL_BUTTON_LABEL}" >
  27  {/if}
  28  </div>
  29  </td>
  30  </tr>
  31                      
  32  </table>
  33      <table border=0 cellspacing=0 cellpadding=5 width=100% class="listTable">    
  34      <tr>
  35          <td class="colHeader small" width="2%">#</td>
  36          <td class="colHeader small" width="30%">{$MOD.LBL_MODULE}</td>
  37          <td class="colHeader small" width="65%">{$MOD.LBL_OWNER}</td>
  38      </tr>
  39      {if $MODULE_MODE neq 'edit'}
  40      {foreach name=modulelists item=modules from=$USER_LIST}
  41      <tr>
  42          <td class="listTableRow small" valign="top">{$smarty.foreach.modulelists.iteration}</td>
  43          <td class="listTableRow small" valign="top">{$APP[$modules.0]}</td>
  44          <td class="listTableRow small" valign="top"><a href="index.php?module=Users&action=DetailView&record={$modules.1}">{$modules.2}</a></td>    
  45      </tr>
  46      {/foreach}
  47      {else}
  48      {foreach name=modulelists item=modules from=$USER_LIST}
  49      <tr>
  50          <td class="listTableRow small" valign="top">{$smarty.foreach.modulelists.iteration}</td>
  51          <td class="listTableRow small" valign="top">{$APP[$modules.0]}</td>
  52          <td class="listTableRow small" valign="top">{$modules.1}</td>    
  53      </tr>
  54      {/foreach}
  55      {/if}
  56      </table>
  57  </form>


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