2009-06-23 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/modificar_agente.php: add another "create agent" before the list for more usability git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1758 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
90b42c160a
commit
d9d0700580
|
@ -1,3 +1,9 @@
|
|||
2009-06-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/modificar_agente.php: add another "create agent" before
|
||||
the list for more usability
|
||||
|
||||
|
||||
2009-06-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/styles/menu.css: Fixed style for elements menu
|
||||
|
|
|
@ -147,6 +147,14 @@ pagination ($total_agents, "index.php?sec=gagente&sec2=godmode/agentes/modificar
|
|||
echo "<div style='height: 20px'> </div>";
|
||||
|
||||
if ($agents !== false) {
|
||||
|
||||
// Create agent button
|
||||
echo "<table width='95%'><tr><td align='right'>";
|
||||
echo '<form method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente">';
|
||||
print_input_hidden ('new_agent', 1);
|
||||
print_submit_button (__('Create agent'), 'crt', false, 'class="sub next"');
|
||||
echo "</form></td></tr></table>";
|
||||
|
||||
echo "<table cellpadding='4' id='agent_list' cellspacing='4' width='95%' class='databox'>";
|
||||
echo "<th>".__('Agent name')."</th>";
|
||||
echo "<th title='".__('Remote agent configuration')."'>".__('R')."</th>";
|
||||
|
|
Loading…
Reference in New Issue