[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/Smarty/templates/ -> ReportGrouping.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  <table class="small" bgcolor="#ffffff" border="0" cellpadding="5" cellspacing="0" width="100%">
  13      <tbody><tr>
  14      <td colspan="2">
  15      <span class="genHeaderGray">{$MOD.LBL_SPECIFY_GROUPING}</span><br>
  16      {$MOD.LBL_SELECT_COLUMNS_TO_GROUP_REPORTS} 
  17      <hr>
  18      </td>
  19      </tr>
  20      <tr>
  21      <td style="padding-left: 5px;" align="left" width="65%">
  22      {$MOD.LBL_GROUPING_SUMMARIZE}    
  23      <select name="Group1" onchange='updateXAxisFields( this.options[ this.selectedIndex ].value, this.options[ this.selectedIndex ].label )' class="txtBox">
  24      <option value="none">{$MOD.LBL_NONE}</option>
  25      {$BLOCK1}
  26      </select>
  27      
  28      </td>
  29      <td style="padding-left: 5px;" align="left" width="35%">
  30      {$MOD.LBL_GROUPING_SORT}<br>
  31      <select name="Sort1" class="importBox">
  32      {$ASCDESC1}
  33      </select>
  34      </td>
  35      </tr>
  36      <tr><td colspan="2">&nbsp;</td></tr>
  37      <tr>
  38      <td style="padding-left: 35px;" align="left">
  39      {$MOD.LBL_GROUPING_THEN_BY}<br>
  40      <select name="Group2" onchange='updateXAxisFields( this.options[ this.selectedIndex ].value, this.options[ this.selectedIndex ].label )' class="txtBox">
  41      <option value="none">{$MOD.LBL_NONE}</option>
  42              {$BLOCK2}
  43      </select>
  44      </td>
  45      <td style="padding-left: 20px;" align="left">
  46      {$MOD.LBL_GROUPING_SORT}<br>
  47      <select name="Sort2" class="importBox">
  48      {$ASCDESC2}
  49      </select>
  50      </td>
  51      </tr>
  52      <tr><td colspan="2">&nbsp;</td></tr>
  53      <tr>
  54      <td style="padding-left: 65px;" align="left">
  55      {$MOD.LBL_GROUPING_FINALLY_BY}<br>
  56      <select name="Group3" class="txtBox" onchange='updateXAxisFields( this.options[ this.selectedIndex ].value, this.options[ this.selectedIndex ].label )'>
  57      <option value="none">{$MOD.LBL_NONE}</option>
  58                  {$BLOCK3}
  59      </select>
  60      </td>
  61      <td style="padding-left: 40px;" align="left">
  62      {$MOD.LBL_GROUPING_SORT}<br>
  63      <select name="Sort3" class="importBox">
  64      {$ASCDESC3}
  65      </select>
  66      </td>
  67      </tr>
  68      <tr><td colspan="2" height="253">&nbsp;</td></tr>
  69      </tbody>
  70  </table>
  71  


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