summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views
diff options
context:
space:
mode:
authorBjörn Geiger2011-03-28 15:32:24 +0200
committerBjörn Geiger2011-03-28 15:32:24 +0200
commitfb1a885e8a1168212d7efc9bad1b586f9aee5252 (patch)
treed2254bd4cc22ebb5de86c5292eb83406353fda9b /application/modules/fbgui/views
parentEinführung von Vererbung von Rollen (diff)
downloadpbs2-fb1a885e8a1168212d7efc9bad1b586f9aee5252.tar.gz
pbs2-fb1a885e8a1168212d7efc9bad1b586f9aee5252.tar.xz
pbs2-fb1a885e8a1168212d7efc9bad1b586f9aee5252.zip
Membership Select im fbgui module
Diffstat (limited to 'application/modules/fbgui/views')
-rw-r--r--application/modules/fbgui/views/scripts/auth/login.phtml3
-rw-r--r--application/modules/fbgui/views/scripts/auth/selectmembership.phtml4
2 files changed, 5 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..17b1c16 100644
--- a/application/modules/fbgui/views/scripts/auth/login.phtml
+++ b/application/modules/fbgui/views/scripts/auth/login.phtml
@@ -1,5 +1,4 @@
<?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/auth/selectmembership.phtml b/application/modules/fbgui/views/scripts/auth/selectmembership.phtml
new file mode 100644
index 0000000..2bfe4d6
--- /dev/null
+++ b/application/modules/fbgui/views/scripts/auth/selectmembership.phtml
@@ -0,0 +1,4 @@
+<?php
+$this->membershipSelectForm->setAction($this->url());
+echo $this->membershipSelectForm;
+?> \ No newline at end of file