diff options
| author | michael pereira | 2011-03-29 11:01:35 +0200 |
|---|---|---|
| committer | michael pereira | 2011-03-29 11:01:35 +0200 |
| commit | ecb5c8d8c31ad70bb24e0ea1cfb6110bcd0a96bb (patch) | |
| tree | 4b40a4178c2dc3bd3fe21730a29dd07bb8742790 /application/modules/fbgui/views | |
| parent | Preboot User Controller fertig, ACL fehlt noch (diff) | |
| parent | selectmembership von auth zu person verschoben fbgui module (diff) | |
| download | pbs2-ecb5c8d8c31ad70bb24e0ea1cfb6110bcd0a96bb.tar.gz pbs2-ecb5c8d8c31ad70bb24e0ea1cfb6110bcd0a96bb.tar.xz pbs2-ecb5c8d8c31ad70bb24e0ea1cfb6110bcd0a96bb.zip | |
zfconf
Diffstat (limited to 'application/modules/fbgui/views')
| -rw-r--r-- | application/modules/fbgui/views/scripts/auth/login.phtml | 4 | ||||
| -rw-r--r-- | application/modules/fbgui/views/scripts/person/selectmembership.phtml | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/application/modules/fbgui/views/scripts/auth/login.phtml b/application/modules/fbgui/views/scripts/auth/login.phtml index d68d2af..9742c35 100644 --- a/application/modules/fbgui/views/scripts/auth/login.phtml +++ b/application/modules/fbgui/views/scripts/auth/login.phtml @@ -1,5 +1,5 @@ +<h1>Login</h1> <?php $this->loginForm->setAction($this->url()); echo $this->loginForm; -?> -<div><button onclick="location.href='/user/auth/recoverpassword'">Recover Password</button></div>
\ No newline at end of file +?>
\ No newline at end of file diff --git a/application/modules/fbgui/views/scripts/person/selectmembership.phtml b/application/modules/fbgui/views/scripts/person/selectmembership.phtml new file mode 100644 index 0000000..5f7e5bf --- /dev/null +++ b/application/modules/fbgui/views/scripts/person/selectmembership.phtml @@ -0,0 +1,5 @@ +<h1>Select Membership</h1> +<?php +$this->membershipSelectForm->setAction($this->url()); +echo $this->membershipSelectForm; +?>
\ No newline at end of file |
