[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/ -> ShowAuditTrailContents.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 width="100%" border="0">
  16      <tr class="small">
  17          <td align="left" >
  18          {if $LIST_ENTRIES neq ''}
  19              {$RECORD_COUNTS}
  20          {/if}
  21          </td>
  22              {$NAVIGATION}
  23      </tr>
  24  </table>
  25  
  26  <table border=0 cellspacing=1 cellpadding=5 width=100% style="background-color:#cccccc;" class="small">
  27      <tr style="background-color:#efefef">
  28      {foreach item=header from=$LIST_HEADER}
  29            <td class="lvtCol">{$header}</td>
  30      {/foreach}
  31      </tr>
  32      {foreach item=entity key=entity_id from=$LIST_ENTRIES}
  33      <tr bgcolor=white onMouseOver="this.className='lvtColDataHover'" onMouseOut="this.className='lvtColData'"  >
  34           {foreach item=data from=$entity}    
  35               <td>{$data}</td>
  36           {/foreach}
  37      </tr>
  38      {foreachelse}
  39      <tr bgcolor=white>
  40      <td colspan="4" height="300px" align="center"><b><font size="6px">{$MOD.LBL_NO_DATA}</font></b>
  41      </td>
  42      </tr>
  43      {/foreach}
  44  </table>
  45  


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