
Hope the following answer can help you:
-Change the directory path to cacti directory, normally at /var/www/cacti/:
Code:
cd /var/www/cacti/
then vim following files:
graph.php
graph.php.rejfind and delete all the following lines of those files:
Code:
<a href='<?php print htmlspecialchars($config['url_path'] . "graph.php?action=properties&local_graph_id=" . $graph["local_graph_id"] . "&rra_id=0&" . $extra_url_args);?>'><img src='<?php print $config['url_path'];?>images/graph_properties.gif' border='0' alt='Graph Source/Properties' title='Graph Source/Properties' style='padding: 3px;'></a><br>
-Then Change the directory path to:
Code:
cd /var/www/cacti/lib/
then vim following files:
html.php
html.php.rejfind and delete all the following lines of those files:
Code:
<a href='<?php print htmlspecialchars($config['url_path'] . "graph.php?action=properties&local_graph_id=" . $graph["local_graph_id"] . "&rra_id=0&" . $extra_url_args);?>'><img src='<?php print $config['url_path'];?>images/graph_properties.gif' border='0' alt='Graph Source/Properties' title='Graph Source/Properties' style='padding: 3px;'></a><br>
then restart httpd service
Code:
service httpd restart

cheers... !!