diff --git a/pandora_console/general/login_page.php b/pandora_console/general/login_page.php index fcfd3e5607..58c9069e73 100755 --- a/pandora_console/general/login_page.php +++ b/pandora_console/general/login_page.php @@ -112,25 +112,47 @@ echo '
'; html_print_input_hidden ($key, $value); } } - - echo '
'; - html_print_image ("/images/usuario_login.png", false); - html_print_input_text_extended ("nick", '', "nick", '', '', '' , false, - '', 'class="login login_user" placeholder="'.__('User').'"'); - echo '

'; - echo '
'; - html_print_image ("/images/candado_login.png", false); - html_print_input_text_extended ("pass", '', "pass", '', '', '' ,false, - '', 'class="login login_password" placeholder="'.__('Password').'"', false, true); - echo '
'; - echo '
'; if ($config['auth'] == 'saml') { - html_print_submit_button(__("Login with SAML"), "login_button_saml", false, 'class="sub login_boton"'); + echo '