2013-10-07 Miguel de Dios <miguel.dedios@artica.es>

* godmode/agentes/modificar_agente.php: fixed the align of bottom
	create buttom.
	
	Fixes: #2392




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8863 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-10-07 11:11:30 +00:00
parent 4e4961d280
commit 4f4fa798f8
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2013-10-07 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/modificar_agente.php: fixed the align of bottom
create buttom.
Fixes: #2392
2013-10-07 Ramon Novoa <rnovoa@artica.es>
* include/functions_networkmap.php,

View File

@ -531,7 +531,7 @@ if ($agents !== false) {
}
echo "</table>";
ui_pagination ($total_agents, "index.php?sec=gagente&sec2=godmode/agentes/modificar_agente&group_id=$ag_group&search=$search&sort_field=$sortField&sort=$sort", $offset);
echo "<table width='95%'><tr><td align='right'>";
echo "<table width='98%'><tr><td align='right'>";
}
else {
echo "<div class='nf'>" . __('There are no defined agents') . "</div>";
@ -540,12 +540,13 @@ else {
if (check_acl ($config["id_user"], 0, "AW")) {
// Create agent button
echo '<a name="bottom">';
echo '<div style="text-align: right; float: right;">';
echo '<form method="post" action="index.php?sec=gagente&amp;sec2=godmode/agentes/configurar_agente">';
html_print_input_hidden ('new_agent', 1);
html_print_submit_button (__('Create agent'), 'crt', false,
'class="sub next"');
echo "</form>";
echo '</div>';
}
echo "</td></tr></table>";