2010-05-25 Raul Mateos <raulofpandora@gmail.com>
* godmode/agentes/module_manager.php, modificar_agente.php: Added some nice icons to buttons.. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2801 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
15fc715e7a
commit
406b732478
|
@ -1,3 +1,8 @@
|
|||
2010-05-25 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* godmode/agentes/module_manager.php, modificar_agente.php: Added some
|
||||
nice icons to buttons.
|
||||
|
||||
2010-05-25 Raúl Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* operation/menu.php, operation/snmpconsole/snmp_view: Updated year.
|
||||
|
|
|
@ -64,7 +64,7 @@ if (isset($_POST["ag_group"])){
|
|||
action='index.php?sec=gagente&sec2=godmode/agentes/modificar_agente'>";
|
||||
}
|
||||
|
||||
echo "<table cellpadding='4' cellspacing='4' class='databox' width=770><tr>";
|
||||
echo "<table cellpadding='4' cellspacing='4' class='databox' width='770'><tr>";
|
||||
echo "<td valign='top'>".__('Group')."</td>";
|
||||
echo "<td valign='top'>";
|
||||
|
||||
|
@ -91,7 +91,7 @@ if (isset($_POST["ag_group"])){
|
|||
echo "<form method='post' action='index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&refr=60$group_mod'>";
|
||||
echo "<input type=text name='search' size='15' value='$search' >";
|
||||
echo "</td><td valign='top'>";
|
||||
echo "<input name='srcbutton' type='submit' class='sub' value='".__('Search')."'>";
|
||||
echo "<input name='srcbutton' type='submit' class='sub search' value='".__('Search')."'>";
|
||||
echo "</form>";
|
||||
echo "<td>";
|
||||
echo '<form method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente">';
|
||||
|
|
|
@ -274,7 +274,7 @@ echo '<form method="post" action="index.php?sec=gagente&sec2=godmode/agentes/con
|
|||
print_table ($table);
|
||||
echo '<div class="action-buttons" style="width: '.$table->width.'">';
|
||||
print_input_hidden ('multiple_delete', 1);
|
||||
print_submit_button (__('Delete'), 'multiple_delete', false, 'class="sub"');
|
||||
print_submit_button (__('Delete'), 'multiple_delete', false, 'class="sub delete"');
|
||||
echo '</div>';
|
||||
echo '</form>'
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue