fixed label custom graph

This commit is contained in:
daniel 2017-03-07 09:28:22 +01:00
parent afecd9f4a4
commit 9d3caa826d
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ if (count($module_array) > 0) {
echo "<table><tr>"; echo "<table><tr>";
echo "<form method='post' action='index.php?sec=reporting&sec2=godmode/reporting/graph_builder&edit_graph=1&tab=graph_editor&change_label=1&id=". $id_graph ."&graph=" . $idgs_array[$a] . "'>"; echo "<form method='post' action='index.php?sec=reporting&sec2=godmode/reporting/graph_builder&edit_graph=1&tab=graph_editor&change_label=1&id=". $id_graph ."&graph=" . $idgs_array[$a] . "'>";
html_print_input_text ('label', $label_array[$a], '', 20, 10, false, false); html_print_input_text ('label', $label_array[$a], '', 20, '', false, false);
html_print_submit_button ('Ok', 'btn', false, '', false); html_print_submit_button ('Ok', 'btn', false, '', false);
echo "</form>"; echo "</form>";