2009-12-4 Miguel de Dios <miguel.dedios@artica.es>
* godmode/alerts/alert_templates.php: use the function to translate the seconds time to "human time" for time threshold. Fixes: 2905968 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2156 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
581c1f1acb
commit
4ab2d9221c
|
@ -1,3 +1,9 @@
|
||||||
|
2009-12-4 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* godmode/alerts/alert_templates.php: use the function to translate the
|
||||||
|
seconds time to "human time" for time threshold.
|
||||||
|
Fixes: 2905968
|
||||||
|
|
||||||
2009-12-3 Miguel de Dios <miguel.dedios@artica.es>
|
2009-12-3 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* operation/agentes/estado_ultimopaquete.php: fix the column of data with
|
* operation/agentes/estado_ultimopaquete.php: fix the column of data with
|
||||||
|
|
|
@ -81,7 +81,7 @@ if (is_ajax ()) {
|
||||||
|
|
||||||
}
|
}
|
||||||
echo "<strong>" . __('Time threshold') . ": </strong>";
|
echo "<strong>" . __('Time threshold') . ": </strong>";
|
||||||
echo $template['time_threshold'];
|
echo human_time_description_raw($template['time_threshold']);
|
||||||
echo '<br />';
|
echo '<br />';
|
||||||
|
|
||||||
if ($template['time_from'] != $template['time_to']) {
|
if ($template['time_from'] != $template['time_to']) {
|
||||||
|
|
Loading…
Reference in New Issue