From fb1a885e8a1168212d7efc9bad1b586f9aee5252 Mon Sep 17 00:00:00 2001 From: Björn Geiger Date: Mon, 28 Mar 2011 15:32:24 +0200 Subject: Membership Select im fbgui module --- application/modules/fbgui/views/scripts/auth/login.phtml | 3 +-- application/modules/fbgui/views/scripts/auth/selectmembership.phtml | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 application/modules/fbgui/views/scripts/auth/selectmembership.phtml (limited to 'application/modules/fbgui/views') 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 @@ loginForm->setAction($this->url()); echo $this->loginForm; -?> -
\ 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 @@ +membershipSelectForm->setAction($this->url()); +echo $this->membershipSelectForm; +?> \ No newline at end of file -- cgit v1.2.3-55-g7522