summaryrefslogtreecommitdiffstats
path: root/application/modules/fbgui/views
diff options
context:
space:
mode:
authorBjörn Geiger2011-03-28 16:51:10 +0200
committerBjörn Geiger2011-03-28 16:51:10 +0200
commit04c69f27f49c3f40888ee4938388413b07ad5e09 (patch)
tree4c4300fa8ecfcbab7eb29243dd9bb5d8d4447471 /application/modules/fbgui/views
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-04c69f27f49c3f40888ee4938388413b07ad5e09.tar.gz
pbs2-04c69f27f49c3f40888ee4938388413b07ad5e09.tar.xz
pbs2-04c69f27f49c3f40888ee4938388413b07ad5e09.zip
überschriften hinzugefügt, andere Fehler korrigiert
Diffstat (limited to 'application/modules/fbgui/views')
-rw-r--r--application/modules/fbgui/views/scripts/auth/login.phtml1
-rw-r--r--application/modules/fbgui/views/scripts/auth/selectmembership.phtml1
2 files changed, 2 insertions, 0 deletions
diff --git a/application/modules/fbgui/views/scripts/auth/login.phtml b/application/modules/fbgui/views/scripts/auth/login.phtml
index 17b1c16..9742c35 100644
--- a/application/modules/fbgui/views/scripts/auth/login.phtml
+++ b/application/modules/fbgui/views/scripts/auth/login.phtml
@@ -1,3 +1,4 @@
+<h1>Login</h1>
<?php
$this->loginForm->setAction($this->url());
echo $this->loginForm;
diff --git a/application/modules/fbgui/views/scripts/auth/selectmembership.phtml b/application/modules/fbgui/views/scripts/auth/selectmembership.phtml
index 2bfe4d6..5f7e5bf 100644
--- a/application/modules/fbgui/views/scripts/auth/selectmembership.phtml
+++ b/application/modules/fbgui/views/scripts/auth/selectmembership.phtml
@@ -1,3 +1,4 @@
+<h1>Select Membership</h1>
<?php
$this->membershipSelectForm->setAction($this->url());
echo $this->membershipSelectForm;