2013-01-08 Dario Rodriguez <dario.rodriguez@artica.es>

* godmode/agentes/module_manager.php: Added a link to module library
	in create module view.

	MERGED FROM 4.0.3



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7361 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
darode 2013-01-08 08:32:44 +00:00
parent ad2f76187f
commit 2a9e758f10
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2013-01-08 Dario Rodriguez <dario.rodriguez@artica.es>
* godmode/agentes/module_manager.php: Added a link to module library
in create module view.
MERGED FROM 4.0.3
2013-01-07 Hirofumi Kosaka <kosaka@rworks.jp>
* godmode/reporting/graph_builder.php: Fixed bug that

View File

@ -90,6 +90,11 @@ echo '</td>';
echo '<td class="datos">';
echo '<input align="right" name="updbutton" type="submit" class="sub next" value="'.__('Create').'">';
echo '</td>';
echo '<td class="datos" style="text-align:center;">';
echo "<strong>";
echo "<a style='color: #004A1B;' target='_blank' href='http://pandorafms.com/Library/Library/'>".__(" Go to Pandora FMS Module Libray")."</a>";
echo "</strong>";
echo '</td>';
echo '</tr>';
echo "</form>";
echo "</table>";