mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
2010-04-23 Sergio Martin <sergio.martin@artica.es>
* godmode/reporting/reporting_builder.php: Changed the All group on combos from 1 to 0 and fix the group all on tables git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2601 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0d5850c28a
commit
ae756fe4bd
@ -1,3 +1,9 @@
|
|||||||
|
2010-04-23 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* godmode/reporting/reporting_builder.php: Changed the
|
||||||
|
All group on combos from 1 to 0 and fix the
|
||||||
|
group all on tables
|
||||||
|
|
||||||
2010-04-22 Miguel de Dios <miguel.dedios@artica.es>
|
2010-04-22 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* godmode/reporting/reporting_builder.php: re-added the list of reports,
|
* godmode/reporting/reporting_builder.php: re-added the list of reports,
|
||||||
|
@ -88,7 +88,7 @@ switch ($action) {
|
|||||||
else
|
else
|
||||||
$data[2] = __('No');
|
$data[2] = __('No');
|
||||||
|
|
||||||
$data[3] = get_group_name($report['id_group']);
|
$data[3] = get_group_name($report['id_group'], true);
|
||||||
$data[4] = '<form method="post" style="display:inline" onsubmit="if (!confirm (\''.__('Are you sure?').'\')) return false">';
|
$data[4] = '<form method="post" style="display:inline" onsubmit="if (!confirm (\''.__('Are you sure?').'\')) return false">';
|
||||||
$data[4] .= print_input_hidden ('id_report', $report['id_report'], true);
|
$data[4] .= print_input_hidden ('id_report', $report['id_report'], true);
|
||||||
$data[4] .= print_input_hidden ('action','delete_report', true);
|
$data[4] .= print_input_hidden ('action','delete_report', true);
|
||||||
@ -115,7 +115,7 @@ switch ($action) {
|
|||||||
switch ($activeTab) {
|
switch ($activeTab) {
|
||||||
case 'main':
|
case 'main':
|
||||||
$reportName = '';
|
$reportName = '';
|
||||||
$idGroupReport = 1; //All groups
|
$idGroupReport = 0; //All groups
|
||||||
$description = '';
|
$description = '';
|
||||||
$resultOperationDB = null;
|
$resultOperationDB = null;
|
||||||
break;
|
break;
|
||||||
@ -411,4 +411,4 @@ switch ($activeTab) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user