2011-09-19 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/help/en/help_reporting_global_tab.php include/help/es/help_reporting_global_tab.php: Modified help file. * godmode/reporting/reporting_builder.item_editor.php: Added * contextual helps. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4970 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
fec53b2435
commit
c62316f848
|
@ -1,3 +1,11 @@
|
|||
2011-09-19 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/help/en/help_reporting_global_tab.php
|
||||
include/help/es/help_reporting_global_tab.php: Modified help file.
|
||||
|
||||
* godmode/reporting/reporting_builder.item_editor.php: Added contextual
|
||||
helps.
|
||||
|
||||
2011-09-19 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/help/en/help_network_map_enterprise.php
|
||||
|
|
|
@ -517,7 +517,7 @@ html_print_input_hidden('id_item', $idItem);
|
|||
|
||||
</tr>
|
||||
<tr id="row_show_resume" style="" class="datos">
|
||||
<td><?php echo __('Show resume');?></td>
|
||||
<td><?php echo __('Show resume') . ui_print_help_tip(__('Show a resume table with max, min, average of total modules on the report bottom'), true);?></td>
|
||||
<td><?php html_print_checkbox('checkbox_show_resume', 1, $show_resume);?></td>
|
||||
</tr>
|
||||
<tr id="row_show_in_two_columns" style="" class="datos">
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
<ul>
|
||||
<li type="circle">Exception: This shows values of several modules that fulfill a logical operator.</li>
|
||||
<li type="circle">General: Show values of several modules ordered (ascending, descending, by agent name) or/and grouped by agent.</li>
|
||||
<li type="circle">Top n: Show a report of N elements of several modules ordered, displaying max, min or avg values on the report bottom.</li>
|
||||
<li type="circle">Top n: Shows N values discriminated by maximun, minimun or average over the total of modules selected, ordered ascending, descending or by agent name.</li>
|
||||
</ul>
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
<ul>
|
||||
<li type="circle">Exception: Esto muestra valores de varios modulos que satisfacen una operacion logica.</li>
|
||||
<li type="circle">General: Muestra valores de varios modulos ordenados (ascendentemente, descendentemente, por nombre de agente) y/o agrupados por nombre.</li>
|
||||
<li type="circle">Top n: Muestra un informe de N elementos de varios modulos ordenados, enseñando valores max, min o avg en la parte baja del informe.</li>
|
||||
<li type="circle">Top n: Muestra N valores discriminados por maximo, minimo o media sobre el total de modulos añadidos, ordenados ascendente, descendentemente o por nombre de agente.</li>
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Reference in New Issue