[ Index ] |
|
Code source de vtiger CRM 5.0.2 |
1 <!--********************************************************************************* 2 ** The contents of this file are subject to the vtiger CRM Public License Version 1.0 3 * ("License"); You may not use this file except in compliance with the License 4 * The Original Code is: vtiger CRM Open Source 5 * The Initial Developer of the Original Code is vtiger. 6 * Portions created by vtiger are Copyright (C) vtiger. 7 * All Rights Reserved. 8 * 9 ********************************************************************************/ 10 --> 11 <TABLE width="95%" border=0 cellPadding=0 cellSpacing=1 class="formOuterBorder"> 12 <tr> 13 <td colspan="5" class="formSecHeader">{$MOD.LBL_TICKET_CUMULATIVE_STATISTICS}</td> 14 </tr> 15 <tr> 16 <td class="dataLabel" width="15%" noWrap><div align="left"><b> {$MOD.LBL_CASE_TOPIC}</div></b></td> 17 <TD class="dataLabel" width="15%" noWrap ><div align="left"><b>{$MOD.LBL_TICKET}</b></div></TD> 18 <TD class="dataLabel" width="20%" noWrap ><div align="left"><b>{$MOD.LBL_OPEN}</b></div></TD> 19 <TD class="dataLabel" width="20%" noWrap ><div align="left"><b>{$MOD.LBL_CLOSED}</b></div></TD> 20 <TD class="dataLabel" width="25%" noWrap ><div align="left"><b>{$MOD.LBL_TOTAL}</b></div></TD> 21 </tr> 22 <tr> 23 <td class="dataLabel" width="10%" noWrap><div align="left">{$MOD.LBL_ALL}</div></td> 24 <TD class="dataLabel" width="10%" noWrap ><div align="left">{$MOD.LBL_ALL}</div></TD> 25 <TD width="25%" noWrap ><div align="left">{$ALLOPEN}</div></TD> 26 <TD width="25%" noWrap ><div align="left">{$ALLCLOSED}</div></TD> 27 <TD width="25%" noWrap ><div align="left">{$ALLTOTAL}</div></TD> 28 </tr> 29 {$PRIORITIES} 30 {$CATEGORIES} 31 {$USERS} 32 </TABLE> 33
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 10:22:19 2007 | par Balluche grâce à PHPXref 0.7 |