]> git.pld-linux.org Git - packages/cacti.git/blob - graph_properties_zoom.patch
- rel 2; fixes for mysql5
[packages/cacti.git] / graph_properties_zoom.patch
1 diff -ruBbd cacti-0.8.6g/graph.php cacti-0.8.6g-patched/graph.php
2 --- cacti-0.8.6g/graph.php      2005-09-08 19:56:25.000000000 -0400
3 +++ cacti-0.8.6g-patched/graph.php      2005-09-13 22:22:25.000000000 -0400
4 @@ -238,7 +238,7 @@
5                                                 <img src='graph_image.php?local_graph_id=<?php print $_GET["local_graph_id"];?>&rra_id=<?php print $_GET["rra_id"];?>&graph_start=<?php print (isset($_GET["graph_start"]) ? $_GET["graph_start"] : 0);?>&graph_end=<?php print (isset($_GET["graph_end"]) ? $_GET["graph_end"] : 0);?>' border='0' alt='<?php print $graph_title;?>'>
6                                         </td>
7                                         <td valign='top' style='padding: 3px;'>
8 -                                               <a href='graph.php?action=zoom&local_graph_id=<?php print $_GET["local_graph_id"];?>&rra_id=<?php print $_GET["rra_id"];?>&view_type=<?php print $_REQUEST["view_type"];?>&graph_start=<?php print (isset($_GET["graph_start"]) ? $_GET["graph_start"] : 0);?>&graph_end=<?php print (isset($_GET["graph_end"]) ? $_GET["graph_end"] : 0);?>'><img src='images/graph_zoom.gif' border='0' alt='Zoom Graph' title='Zoom Graph' style='padding: 3px;'></a><br>
9 +                                               <a href='graph.php?action=zoom&local_graph_id=<?php print $_GET["local_graph_id"];?>&rra_id=<?php print $_GET["rra_id"];?>&view_type=<?php print $_REQUEST["view_type"];?>'><img src='images/graph_zoom.gif' border='0' alt='Zoom Graph' title='Zoom Graph' style='padding: 3px;'></a><br>
10                                         </td>
11                                 </tr>
12                                 <tr>
This page took 0.024276 seconds and 3 git commands to generate.