diff --git a/lam/templates/login.php b/lam/templates/login.php index 887f0405..963b7fc0 100644 --- a/lam/templates/login.php +++ b/lam/templates/login.php @@ -189,6 +189,11 @@ function display_LoginPage($config_object) { echo "myElement.focus();\n"; } echo "}\n"; + ?> + jQuery(document).ready(function() { + jQuery('#loginButton').button(); + }); + \n"; echo "\n"; ?> @@ -324,7 +329,7 @@ function display_LoginPage($config_object) { - " tabindex="4"> +