[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/ -> UserListViewContents.tpl (source)

   1  {*<!--
   2  
   3  /*********************************************************************************
   4  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   5   * ("License"); You may not use this file except in compliance with the License
   6   * The Original Code is:  vtiger CRM Open Source
   7   * The Initial Developer of the Original Code is vtiger.
   8   * Portions created by vtiger are Copyright (C) vtiger.
   9   * All Rights Reserved.
  10  *
  11   ********************************************************************************/
  12  
  13  -->*}
  14  
  15  <table border=0 cellspacing=0 cellpadding=5 width=100% class="tableHeading">
  16  <tr>
  17      <td class="big"><strong>{$MOD.LBL_USERS_LIST}</strong></td>
  18      <td class="small" align=right>&nbsp;</td>
  19  </tr>
  20  </table>
  21                      
  22  <table border=0 cellspacing=0 cellpadding=5 width=100% class="listTableTopButtons">
  23  <tr>
  24      <td class=small align=right><input title="{$CMOD.LBL_NEW_USER_BUTTON_TITLE}" accessyKey="{$CMOD.LBL_NEW_USER_BUTTON_KEY}" type="submit" name="button" value="{$CMOD.LBL_NEW_USER_BUTTON_LABEL}" class="crmButton create small"></td>
  25  </tr>
  26  </table>
  27                          
  28  <table border=0 cellspacing=0 cellpadding=5 width=100% class="listTable">
  29  <tr>
  30      <td class="colHeader small" valign=top>#</td>
  31      <td class="colHeader small" valign=top>{$APP.Tools}</td>
  32      <td class="colHeader small" valign=top>{$LIST_HEADER.3}</td>
  33      <td class="colHeader small" valign=top>{$LIST_HEADER.5}</td>
  34      <td class="colHeader small" valign=top>{$LIST_HEADER.7}</td>
  35      <td class="colHeader small" valign=top>{$LIST_HEADER.6}</td>
  36      <td class="colHeader small" valign=top>{$LIST_HEADER.4}</td>
  37  </tr>
  38      {foreach name=userlist item=listvalues key=userid from=$LIST_ENTRIES}
  39  <tr>
  40      <td class="listTableRow small" valign=top>{$smarty.foreach.userlist.iteration}</td>
  41      <td class="listTableRow small" nowrap valign=top><a href="index.php?action=EditView&return_action=ListView&return_module=Users&module=Users&parenttab=Settings&record={$userid}"><img src="{$IMAGE_PATH}settingsActBtnEdit.gif" alt="{$APP.LBL_EDIT_BUTTON}" title="{$APP.LBL_EDIT_BUTTON}" border="0"></a>
  42      {if $userid neq 1 && $userid neq 2 && $userid neq $CURRENT_USERID}    
  43      <img src="{$IMAGE_PATH}settingsActBtnDelete.gif" onclick="deleteUser(this,'{$userid}')" border="0"  alt="{$APP.LBL_DELETE_BUTTON}" title="{$APP.LBL_DELETE_BUTTON}" style="cursor:pointer;"/></a>
  44      {/if}
  45      <a href="index.php?action=EditView&return_action=ListView&return_module=Users&module=Users&parenttab=Settings&record={$userid}&isDuplicate=true"><img src="{$IMAGE_PATH}settingsActBtnDuplicate.gif" alt="{$APP.LBL_DUPLICATE_BUTTON}" title="{$APP.LBL_DUPLICATE_BUTTON}" border="0"></a>
  46  </td>
  47      <td class="listTableRow small" valign=top><b><a href="index.php?module=Users&action=DetailView&parenttab=Settings&record={$userid}"> {$listvalues.3} </a></b><br><a href="index.php?module=Users&action=DetailView&parenttab=Settings&record={$userid}"> {$listvalues.1} {$listvalues.0}</a> ({$listvalues.2})</td>
  48      <td class="listTableRow small" valign=top>{$listvalues.5}&nbsp;</td>
  49      <td class="listTableRow small" valign=top>{$listvalues.7}&nbsp;</td>
  50      <td class="listTableRow small" valign=top>{$listvalues.6}&nbsp;</td>
  51      {if $listvalues.4 eq 'Active'}
  52      <td class="listTableRow small active" valign=top>{$APP[$listvalues.4]}</td>
  53      {else}
  54      <td class="listTableRow small inactive" valign=top>{$APP[$listvalues.4]}</td>
  55      {/if}    
  56  
  57  </tr>
  58      {/foreach}
  59  </table>
  60  <table border=0 cellspacing=0 cellpadding=5 width=100% >
  61      <tr><td class="small" nowrap align=right><a href="#top">{$MOD.LBL_SCROLL}</a></td></tr>
  62  </table>
  63  


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