summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views
diff options
context:
space:
mode:
authorSimon2011-03-29 17:11:07 +0200
committerSimon2011-03-29 17:11:07 +0200
commit9b7131f355276fb6e159dae468161b9077041d56 (patch)
tree4147bb9db25d53015f79e109ee558f2f00128f96 /application/modules/fbgui/views
parentaktive Rolle wird angezeigt (diff)
downloadpbs2-9b7131f355276fb6e159dae468161b9077041d56.tar.gz
pbs2-9b7131f355276fb6e159dae468161b9077041d56.tar.xz
pbs2-9b7131f355276fb6e159dae468161b9077041d56.zip
on-screen keyboard in fbgui beim login hinzugefügt
Diffstat (limited to 'application/modules/fbgui/views')
-rw-r--r--application/modules/fbgui/views/scripts/auth/login.phtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/modules/fbgui/views/scripts/auth/login.phtml b/application/modules/fbgui/views/scripts/auth/login.phtml
index 9742c35..7bd6183 100644
--- a/application/modules/fbgui/views/scripts/auth/login.phtml
+++ b/application/modules/fbgui/views/scripts/auth/login.phtml
@@ -2,4 +2,5 @@
<?php
$this->loginForm->setAction($this->url());
echo $this->loginForm;
-?> \ No newline at end of file
+?>
+<a href='#' onclick='toggleKeyboard();return false;'>show/hide on-screen keyboard</a>