summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views/scripts/auth/login.phtml
diff options
context:
space:
mode:
authorSimon2011-04-15 14:02:19 +0200
committerSimon2011-04-15 14:02:19 +0200
commitfdfd52073ab48324e0c734faef7b862e7f7172f4 (patch)
treeadc88e2dab97e72c4cca7880683c81b114753f27 /application/modules/fbgui/views/scripts/auth/login.phtml
parentContent-Length in KCL korrigiert (diff)
downloadpbs2-fdfd52073ab48324e0c734faef7b862e7f7172f4.tar.gz
pbs2-fdfd52073ab48324e0c734faef7b862e7f7172f4.tar.xz
pbs2-fdfd52073ab48324e0c734faef7b862e7f7172f4.zip
Ticket #210 - FBgui mit Tastatur bedienbar, inklusive Login
Diffstat (limited to 'application/modules/fbgui/views/scripts/auth/login.phtml')
-rw-r--r--application/modules/fbgui/views/scripts/auth/login.phtml7
1 files changed, 6 insertions, 1 deletions
diff --git a/application/modules/fbgui/views/scripts/auth/login.phtml b/application/modules/fbgui/views/scripts/auth/login.phtml
index 7bd6183..09724d4 100644
--- a/application/modules/fbgui/views/scripts/auth/login.phtml
+++ b/application/modules/fbgui/views/scripts/auth/login.phtml
@@ -3,4 +3,9 @@
$this->loginForm->setAction($this->url());
echo $this->loginForm;
?>
-<a href='#' onclick='toggleKeyboard();return false;'>show/hide on-screen keyboard</a>
+<button class='keyboardbutton' onclick='toggleKeyboard();return false;'>Show/Hide on-screen keyboard</button>
+<script>
+$(document).ready(function(){
+ $("#email").focus();
+});
+</script>