mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
2012-03-07 Sergio Martin <sergio.martin@artica.es>
* godmode/reporting/graph_builder.main.php: Added custom seconds control to custom graph editor git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5701 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
b42a6743e1
commit
9a26d2cf1b
@ -1,3 +1,8 @@
|
|||||||
|
2012-03-07 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* godmode/reporting/graph_builder.main.php: Added custom
|
||||||
|
seconds control to custom graph editor
|
||||||
|
|
||||||
2012-03-06 Sergio Martin <sergio.martin@artica.es>
|
2012-03-06 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* include/functions_graph.php
|
* include/functions_graph.php
|
||||||
|
@ -137,7 +137,8 @@ echo "<tr>";
|
|||||||
echo "<td class='datos'>";
|
echo "<td class='datos'>";
|
||||||
echo "<b>".__('Period')."</b></td>";
|
echo "<b>".__('Period')."</b></td>";
|
||||||
echo "<td class='datos'>";
|
echo "<td class='datos'>";
|
||||||
html_print_select ($periods, 'period', $period);
|
html_print_extended_select_for_time ($periods, 'period', $period, '', '', '0', 10);
|
||||||
|
echo __(" seconds.");
|
||||||
echo "</td><td class='datos2'>";
|
echo "</td><td class='datos2'>";
|
||||||
echo "<b>".__('Stacked')."</b></td>";
|
echo "<b>".__('Stacked')."</b></td>";
|
||||||
echo "<td class='datos2'>";
|
echo "<td class='datos2'>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user