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 '
';