diff options
| author | Simon | 2011-04-18 13:16:23 +0200 |
|---|---|---|
| committer | Simon | 2011-04-18 13:16:23 +0200 |
| commit | 5d621c6ce29d2059480b3283daf14162c74365db (patch) | |
| tree | b5a03476811146b35d3aa95a1afd746ef9518509 /application/modules/user/views/scripts/auth/delete.phtml | |
| parent | Role Controller geƤndert (diff) | |
| download | pbs2-5d621c6ce29d2059480b3283daf14162c74365db.tar.gz pbs2-5d621c6ce29d2059480b3283daf14162c74365db.tar.xz pbs2-5d621c6ce29d2059480b3283daf14162c74365db.zip | |
Rechte in PersonController korrigiert
Diffstat (limited to 'application/modules/user/views/scripts/auth/delete.phtml')
| -rw-r--r-- | application/modules/user/views/scripts/auth/delete.phtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/application/modules/user/views/scripts/auth/delete.phtml b/application/modules/user/views/scripts/auth/delete.phtml index 83afc80..75d9ef6 100644 --- a/application/modules/user/views/scripts/auth/delete.phtml +++ b/application/modules/user/views/scripts/auth/delete.phtml @@ -1,6 +1,7 @@ <h1>Delete Account</h1> -Do you really want to delete account? +Do you really want to delete account?<br/> +This will delete all of your data on the server. <?php $this->deleteconfirmform->setAction($this->url()); echo $this->deleteconfirmform; -?>
\ No newline at end of file +?> |
