diff options
| author | Simon | 2011-04-15 14:02:19 +0200 |
|---|---|---|
| committer | Simon | 2011-04-15 14:02:19 +0200 |
| commit | fdfd52073ab48324e0c734faef7b862e7f7172f4 (patch) | |
| tree | adc88e2dab97e72c4cca7880683c81b114753f27 /application/modules/fbgui/views/scripts/person | |
| parent | Content-Length in KCL korrigiert (diff) | |
| download | pbs2-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/person')
| -rw-r--r-- | application/modules/fbgui/views/scripts/person/selectmembership.phtml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/application/modules/fbgui/views/scripts/person/selectmembership.phtml b/application/modules/fbgui/views/scripts/person/selectmembership.phtml index 5f7e5bf..e226b82 100644 --- a/application/modules/fbgui/views/scripts/person/selectmembership.phtml +++ b/application/modules/fbgui/views/scripts/person/selectmembership.phtml @@ -2,4 +2,9 @@ <?php $this->membershipSelectForm->setAction($this->url()); echo $this->membershipSelectForm; -?>
\ No newline at end of file +?> +<script> +$(document).ready(function(){ + $("#membershipID").focus(); +}); +</script> |
