mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Added Time lapse in #434
This commit is contained in:
parent
220e27b224
commit
31ea5bf5ec
pandora_console
godmode/reporting
include/help
@ -299,7 +299,7 @@ if ($items) {
|
||||
$table->head[3] .= ' <a onclick="return message_check_sort_items();" href="index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=order&dir=up&field=module&id_report=' . $idReport . $urlFilter . '&pure=' . $config['pure'] . '">' . html_print_image("images/sort_up.png", true, array("title" => __('Ascendent'))) . '</a>' .
|
||||
'<a onclick="return message_check_sort_items();" href="index.php?sec=reporting&sec2=godmode/reporting/reporting_builder&tab=list_items&action=order&dir=down&field=module&id_report=' . $idReport . $urlFilter . '&pure=' . $config['pure'] . '">' . html_print_image("images/sort_down.png", true, array("title" => __('Descent'))) . '</a>';
|
||||
}
|
||||
$table->head[4] = __('Period');
|
||||
$table->head[4] = __('Time lapse');
|
||||
$table->head[5] = __('Name') . " / " . __('Description');
|
||||
if (check_acl ($config['id_user'], 0, "RM")) {
|
||||
$table->head[6] = '<span title="' . __('Options') . '">' . __('Op.') . '</span>';
|
||||
|
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Include/help/en
|
||||
*/
|
||||
?>
|
||||
<h1>Reports - Time lapse</h1>
|
||||
<br>
|
||||
This is the range, or period of time over which the report renders the information for this report type. For example, a week means data from a week ago from now.
|
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Include/help/en
|
||||
*/
|
||||
?>
|
||||
<h1>Reports - Time lapse</h1>
|
||||
<br>
|
||||
Este es el lapso de tiempo que refleja el informe. Si es una semana, por ejemplo, el informe mostrará los datos desde hace una semana hasta ahora
|
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Include/help/en
|
||||
*/
|
||||
?>
|
||||
<h1>Reports - Time lapse</h1>
|
||||
<br>
|
||||
This is the range, or period of time over which the report renders the information for this report type. For example, a week means data from a week ago from now.
|
Loading…
x
Reference in New Issue
Block a user