mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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:
parent
bd51b40fcc
commit
3f808ce9b5
@ -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>
|
2013-10-07 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
* include/functions_networkmap.php,
|
* include/functions_networkmap.php,
|
||||||
|
@ -531,7 +531,7 @@ if ($agents !== false) {
|
|||||||
}
|
}
|
||||||
echo "</table>";
|
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);
|
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 {
|
else {
|
||||||
echo "<div class='nf'>" . __('There are no defined agents') . "</div>";
|
echo "<div class='nf'>" . __('There are no defined agents') . "</div>";
|
||||||
@ -540,12 +540,13 @@ else {
|
|||||||
|
|
||||||
if (check_acl ($config["id_user"], 0, "AW")) {
|
if (check_acl ($config["id_user"], 0, "AW")) {
|
||||||
// Create agent button
|
// Create agent button
|
||||||
echo '<a name="bottom">';
|
echo '<div style="text-align: right; float: right;">';
|
||||||
echo '<form method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente">';
|
echo '<form method="post" action="index.php?sec=gagente&sec2=godmode/agentes/configurar_agente">';
|
||||||
html_print_input_hidden ('new_agent', 1);
|
html_print_input_hidden ('new_agent', 1);
|
||||||
html_print_submit_button (__('Create agent'), 'crt', false,
|
html_print_submit_button (__('Create agent'), 'crt', false,
|
||||||
'class="sub next"');
|
'class="sub next"');
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "</td></tr></table>";
|
echo "</td></tr></table>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user