summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/auth/delete.phtml
diff options
context:
space:
mode:
authormichael pereira2011-03-04 03:21:32 +0100
committermichael pereira2011-03-04 03:21:32 +0100
commite2db1dc442e9f28fe666537a8af024c810912bb4 (patch)
treede16d36dff50a950dd963788689e18576a6db02f /application/views/scripts/auth/delete.phtml
parentInserted deleteForm (diff)
parentÄnderungen an den Filtern (diff)
downloadpbs2-e2db1dc442e9f28fe666537a8af024c810912bb4.tar.gz
pbs2-e2db1dc442e9f28fe666537a8af024c810912bb4.tar.xz
pbs2-e2db1dc442e9f28fe666537a8af024c810912bb4.zip
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Conflicts: .zfproject.xml
Diffstat (limited to 'application/views/scripts/auth/delete.phtml')
-rw-r--r--application/views/scripts/auth/delete.phtml5
1 files changed, 4 insertions, 1 deletions
diff --git a/application/views/scripts/auth/delete.phtml b/application/views/scripts/auth/delete.phtml
index 3b7085d..8f269a0 100644
--- a/application/views/scripts/auth/delete.phtml
+++ b/application/views/scripts/auth/delete.phtml
@@ -1 +1,4 @@
-<br /><br /><center>View script for controller <b>Auth</b> and script/action name <b>deleteAccount</b></center> \ No newline at end of file
+<?php
+$this->deleteForm->setAction($this->url());
+echo $this->deleteForm;
+?>