mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-26 15:25:03 +02:00
2013-01-08 Dario Rodriguez <dario.rodriguez@artica.es>
* godmode/agentes/module_manager.php: Fixed a problem with link to module library because in trunk version there is an additional field to search modules. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7366 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
366deb9a91
commit
ff95b38e9a
@ -1,3 +1,9 @@
|
|||||||
|
2013-01-08 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
|
* godmode/agentes/module_manager.php: Fixed a problem with link to module
|
||||||
|
library because in trunk version there is an additional field to search
|
||||||
|
modules.
|
||||||
|
|
||||||
2013-01-08 Dario Rodriguez <dario.rodriguez@artica.es>
|
2013-01-08 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||||
|
|
||||||
* godmode/reporting/reporting_builder.php: Added a default cover
|
* godmode/reporting/reporting_builder.php: Added a default cover
|
||||||
|
@ -33,14 +33,14 @@ $search_string = io_safe_output(urldecode(trim(get_parameter ("search_string", "
|
|||||||
//echo '<form id="create_module_type" method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=module&id_agente='.$id_agente.'">';
|
//echo '<form id="create_module_type" method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente&tab=module&id_agente='.$id_agente.'">';
|
||||||
echo '<form id="create_module_type" method="post" action="'.$url.'">';
|
echo '<form id="create_module_type" method="post" action="'.$url.'">';
|
||||||
echo '<table width="98%" cellpadding="2" cellspacing="2" class="databox" >';
|
echo '<table width="98%" cellpadding="2" cellspacing="2" class="databox" >';
|
||||||
echo "<tr><td class='datos' style='width:25%'>";
|
echo "<tr><td class='datos' style='width:20%'>";
|
||||||
echo __('Search') . ' ' .
|
echo __('Search') . ' ' .
|
||||||
html_print_input_text ('search_string', $search_string, '', 15, 255, true);
|
html_print_input_text ('search_string', $search_string, '', 15, 255, true);
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
echo "<td class='datos' style='width:25%'>";
|
echo "<td class='datos' style='width:20%'>";
|
||||||
html_print_submit_button (__('Filter'), 'filter', false, 'class="sub search"');
|
html_print_submit_button (__('Filter'), 'filter', false, 'class="sub search"');
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
echo "<td class='datos' style='width:25%'>";
|
echo "<td class='datos' style='width:20%'>";
|
||||||
echo '</form>';
|
echo '</form>';
|
||||||
// Check if there is at least one server of each type available to assign that
|
// Check if there is at least one server of each type available to assign that
|
||||||
// kind of modules. If not, do not show server type in combo
|
// kind of modules. If not, do not show server type in combo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user