From: Florian G. <re...@us...> - 2007-06-15 23:34:35
|
Update of /cvsroot/perfparse/_perfparse-phpgui/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27476/phpgui/templates Modified Files: graph.tpl.html Log Message: saving graphs another way Index: graph.tpl.html =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/templates/graph.tpl.html,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** graph.tpl.html 14 Sep 2006 14:02:06 -0000 1.11 --- graph.tpl.html 15 Jun 2007 23:34:30 -0000 1.12 *************** *** 173,180 **** <tr> <td align=right colspan=2><font face="Arial, Helvetica" size=2> ! <{tr}>Save graph for future reference<{/tr}>: </font></td> ! <td><input type=checkbox name="displaygraphs[<{$host_name}>][<{$service}>][<{$metric}>][save_graph]" value="<{$metricarray.save_graph}>"></td> ! <td align=right><font face="Arial, Helvetica" size=2><nobr> <{tr}>Save with Title<{/tr}>: <input type="text" name="displaygraphs[<{$host_name}>][<{$service}>][<{$metric}>][graph_name]" value="<{$metricarray.graph_name}>" size=40 maxlength=80> --- 173,182 ---- <tr> <td align=right colspan=2><font face="Arial, Helvetica" size=2> ! <{tr}>Save graph for future reference<{/tr}> </font></td> ! <td align=right colspan=2><font face="Arial, Helvetica" size=2><nobr> ! <input type="submit" name="save_graph_metric_id[<{$metricarray.metric_id}>]" value="Save graph" /> ! </font></td> ! <td align=right colspan=2><font face="Arial, Helvetica" size=2><nobr> <{tr}>Save with Title<{/tr}>: <input type="text" name="displaygraphs[<{$host_name}>][<{$service}>][<{$metric}>][graph_name]" value="<{$metricarray.graph_name}>" size=40 maxlength=80> |