summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/auth
diff options
context:
space:
mode:
authorBjörn Geiger2011-03-10 22:10:05 +0100
committerBjörn Geiger2011-03-10 22:10:05 +0100
commit7be4355001156faed62c71492234cba2c5bf96b4 (patch)
tree55bb96227ee354cc0c6d6788dc45020bd43d8bba /application/views/scripts/auth
parentMerge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-7be4355001156faed62c71492234cba2c5bf96b4.tar.gz
pbs2-7be4355001156faed62c71492234cba2c5bf96b4.tar.xz
pbs2-7be4355001156faed62c71492234cba2c5bf96b4.zip
Benutzervewaltung, Gruppenverwaltung, Membershipverwaltung und noch leerer RoleController
Diffstat (limited to 'application/views/scripts/auth')
-rw-r--r--application/views/scripts/auth/delete.phtml4
-rw-r--r--application/views/scripts/auth/index.phtml1
-rw-r--r--application/views/scripts/auth/login.phtml5
-rw-r--r--application/views/scripts/auth/recoverpassword.phtml5
4 files changed, 5 insertions, 10 deletions
diff --git a/application/views/scripts/auth/delete.phtml b/application/views/scripts/auth/delete.phtml
index 8f269a0..e69de29 100644
--- a/application/views/scripts/auth/delete.phtml
+++ b/application/views/scripts/auth/delete.phtml
@@ -1,4 +0,0 @@
-<?php
-$this->deleteForm->setAction($this->url());
-echo $this->deleteForm;
-?>
diff --git a/application/views/scripts/auth/index.phtml b/application/views/scripts/auth/index.phtml
index 4a9f827..e69de29 100644
--- a/application/views/scripts/auth/index.phtml
+++ b/application/views/scripts/auth/index.phtml
@@ -1 +0,0 @@
-<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
index 0242bc6..4e642a3 100644
--- a/application/views/scripts/auth/login.phtml
+++ b/application/views/scripts/auth/login.phtml
@@ -1,8 +1,5 @@
<?php
$this->loginForm->setAction($this->url());
echo $this->loginForm;
-
-
-
?>
-
+<div><button onclick="location.href='/auth/recoverpassword'">Recover Password</button></div> \ No newline at end of file
diff --git a/application/views/scripts/auth/recoverpassword.phtml b/application/views/scripts/auth/recoverpassword.phtml
index e133420..881e00e 100644
--- a/application/views/scripts/auth/recoverpassword.phtml
+++ b/application/views/scripts/auth/recoverpassword.phtml
@@ -1 +1,4 @@
-<br /><br /><center>View script for controller <b>Auth</b> and script/action name <b>recoverPassword</b></center> \ No newline at end of file
+<?php
+$this->recoverPasswordForm->setAction($this->url());
+echo $this->recoverPasswordForm;
+?>