summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/person/selectmembership.phtml
diff options
context:
space:
mode:
authorsebastian wagner2011-07-04 17:37:02 +0200
committersebastian wagner2011-07-04 17:37:02 +0200
commit5359f6e8de1c409f4cb717c700de63409dfb3a49 (patch)
tree45dda64680ee4da0055fff1eaa92c1d87638d093 /application/views/scripts/person/selectmembership.phtml
parentminor (diff)
downloadpoolctrl-5359f6e8de1c409f4cb717c700de63409dfb3a49.tar.gz
poolctrl-5359f6e8de1c409f4cb717c700de63409dfb3a49.tar.xz
poolctrl-5359f6e8de1c409f4cb717c700de63409dfb3a49.zip
login formular
Diffstat (limited to 'application/views/scripts/person/selectmembership.phtml')
-rw-r--r--application/views/scripts/person/selectmembership.phtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/application/views/scripts/person/selectmembership.phtml b/application/views/scripts/person/selectmembership.phtml
new file mode 100644
index 0000000..f5c18a3
--- /dev/null
+++ b/application/views/scripts/person/selectmembership.phtml
@@ -0,0 +1,7 @@
+<h1>Select Membership</h1>
+<?php if($this->notification != ''){echo $this->notification;} ?>
+
+<?php
+$this->membershipSelectForm->setAction($this->url());
+echo $this->membershipSelectForm;
+?>