summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/auth
diff options
context:
space:
mode:
authorSimon2011-01-31 10:58:14 +0100
committerSimon2011-01-31 10:58:14 +0100
commit7abf17f09c3c5f493d5d4c8e72500d9204c1cece (patch)
tree59fe124199406c9b925eadb97e760aee515568ef /application/views/scripts/auth
parentAuthLogin Formular hinzugefügt (diff)
downloadpbs2-7abf17f09c3c5f493d5d4c8e72500d9204c1cece.tar.gz
pbs2-7abf17f09c3c5f493d5d4c8e72500d9204c1cece.tar.xz
pbs2-7abf17f09c3c5f493d5d4c8e72500d9204c1cece.zip
authController hinzugefügt
Diffstat (limited to 'application/views/scripts/auth')
-rw-r--r--application/views/scripts/auth/index.phtml1
-rw-r--r--application/views/scripts/auth/login.phtml4
2 files changed, 5 insertions, 0 deletions
diff --git a/application/views/scripts/auth/index.phtml b/application/views/scripts/auth/index.phtml
new file mode 100644
index 0000000..4a9f827
--- /dev/null
+++ b/application/views/scripts/auth/index.phtml
@@ -0,0 +1 @@
+<br /><br /><center>View script for controller <b>Auth</b> and script/action name <b>index</b></center> \ No newline at end of file
diff --git a/application/views/scripts/auth/login.phtml b/application/views/scripts/auth/login.phtml
new file mode 100644
index 0000000..41df6dc
--- /dev/null
+++ b/application/views/scripts/auth/login.phtml
@@ -0,0 +1,4 @@
+<?php
+$this->form->setAction($this->url());
+echo $this->form;
+?>