From e12e5378ffaef181b38c479dbf139f0714edddc0 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Thu, 7 Nov 2013 11:27:23 +0000 Subject: [PATCH] 2013-11-07 Ramon Novoa * godmode/agentes/modificar_agente.php: Fixed a duplicated id. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9029 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/godmode/agentes/modificar_agente.php | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 252a646a32..48ca5df70f 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2013-11-07 Ramon Novoa + + * godmode/agentes/modificar_agente.php: Fixed a duplicated id. + 2013-11-06 Sergio Martin * include/functions_api.php: Fix create event typo diff --git a/pandora_console/godmode/agentes/modificar_agente.php b/pandora_console/godmode/agentes/modificar_agente.php index 31064ecf04..5b95ab5201 100644 --- a/pandora_console/godmode/agentes/modificar_agente.php +++ b/pandora_console/godmode/agentes/modificar_agente.php @@ -156,7 +156,7 @@ echo ""; echo '
'; echo '
'; html_print_input_hidden ('new_agent', 1); - html_print_submit_button (__('Create agent'), 'crt', false, 'class="sub next"'); + html_print_submit_button (__('Create agent'), 'crt-1', false, 'class="sub next"'); echo "
"; echo "
"; @@ -543,7 +543,7 @@ if (check_acl ($config["id_user"], 0, "AW")) { echo '
'; echo '
'; html_print_input_hidden ('new_agent', 1); - html_print_submit_button (__('Create agent'), 'crt', false, + html_print_submit_button (__('Create agent'), 'crt-2', false, 'class="sub next"'); echo "
"; echo '
';