2007-06-08 Raul Mateos <raulofpandora@gmail.com>
* godmode/reporting/graph_builder.php: Small change in headers. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@497 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
94faee40fb
commit
913acd6793
|
@ -249,7 +249,12 @@ if (($render == 1) && (isset($modules))) {
|
|||
// -----------------------
|
||||
// SOURCE AGENT TABLE/FORM
|
||||
// -----------------------
|
||||
echo "<h3>".$lang_label["graph_builder"]."</h3>";
|
||||
|
||||
if ( (!isset($_GET["add_module"]))){
|
||||
echo $lang_label["graph_builder"]."</h2>";
|
||||
} else {
|
||||
echo "<h3>".$lang_label["graph_builder"]."</h3>";
|
||||
}
|
||||
echo "<table width='500' cellpadding=4 cellpadding=4 class='databox_frame'>";
|
||||
echo "<form method='post' action='index.php?sec=greporting&sec2=godmode/reporting/graph_builder&get_agent=1'>";
|
||||
|
||||
|
|
Loading…
Reference in New Issue