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:
parent
ad2f76187f
commit
2a9e758f10
|
@ -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>
|
2013-01-07 Hirofumi Kosaka <kosaka@rworks.jp>
|
||||||
|
|
||||||
* godmode/reporting/graph_builder.php: Fixed bug that
|
* godmode/reporting/graph_builder.php: Fixed bug that
|
||||||
|
|
|
@ -90,6 +90,11 @@ echo '</td>';
|
||||||
echo '<td class="datos">';
|
echo '<td class="datos">';
|
||||||
echo '<input align="right" name="updbutton" type="submit" class="sub next" value="'.__('Create').'">';
|
echo '<input align="right" name="updbutton" type="submit" class="sub next" value="'.__('Create').'">';
|
||||||
echo '</td>';
|
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 '</tr>';
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
|
|
Loading…
Reference in New Issue