diff options
| author | Björn Geiger | 2011-03-28 16:51:10 +0200 |
|---|---|---|
| committer | Björn Geiger | 2011-03-28 16:51:10 +0200 |
| commit | 04c69f27f49c3f40888ee4938388413b07ad5e09 (patch) | |
| tree | 4c4300fa8ecfcbab7eb29243dd9bb5d8d4447471 /application/modules/dev/views/scripts/auth/delete.phtml | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-04c69f27f49c3f40888ee4938388413b07ad5e09.tar.gz pbs2-04c69f27f49c3f40888ee4938388413b07ad5e09.tar.xz pbs2-04c69f27f49c3f40888ee4938388413b07ad5e09.zip | |
überschriften hinzugefügt, andere Fehler korrigiert
Diffstat (limited to 'application/modules/dev/views/scripts/auth/delete.phtml')
| -rw-r--r-- | application/modules/dev/views/scripts/auth/delete.phtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/application/modules/dev/views/scripts/auth/delete.phtml b/application/modules/dev/views/scripts/auth/delete.phtml new file mode 100644 index 0000000..62bf24e --- /dev/null +++ b/application/modules/dev/views/scripts/auth/delete.phtml @@ -0,0 +1,6 @@ +<h1>Delete Account</h1> +Do you really want to delete this account? +<?php +$this->deleteconfirmform->setAction($this->url()); +echo $this->deleteconfirmform; +?>
\ No newline at end of file |
