2012-03-14 Sergio Martin <sergio.martin@artica.es>

* operation/reporting/reporting_viewer.php: Changed a bad
	translation string



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5766 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2012-03-14 16:42:18 +00:00
parent 58f71e17c2
commit 3135e5b7fb
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2012-03-14 Sergio Martin <sergio.martin@artica.es>
* operation/reporting/reporting_viewer.php: Changed a bad
translation string
2012-03-14 Miguel de Dios <miguel.dedios@artica.es>
* include/graphs/functions_pchart.php: fixed into function

View File

@ -134,8 +134,7 @@ if ($html_enterprise !== ENTERPRISE_NOT_HOOK) {
$table->data[1][0] = '<b>' . __('From') . ':</b>';
$table->data[1][1] = html_print_input_text ('date_init', $date_init, '', 12, 10, true). ' ';
$table->data[1][1] .= html_print_input_text ('time_init', $time_init, '', 7, 7, true). ' ';
//~ $table->data[1][1] .= html_print_submit_button (__('Update'), 'date_submit_init', false, 'class="sub next"', true);
$table->data[1][2] = '<b>' . __('Day before') . ':</b>';
$table->data[1][2] = '<b>' . __('Interval before') . ':</b>';
$table->data[1][3] = '<b>' . __('to') . ':</b>';
$table->data[1][4] = html_print_input_text ('date', $date, '', 12, 10, true). ' ';
$table->data[1][4] .= html_print_input_text ('time', $time, '', 7, 7, true). ' ';