diff options
| author | michael pereira | 2011-04-18 16:33:17 +0200 |
|---|---|---|
| committer | michael pereira | 2011-04-18 16:33:17 +0200 |
| commit | bada6bd9bade4a5cb3b87fed44a2de9a2a599010 (patch) | |
| tree | 3af1a31a11bdc12528f1cd19e7358f0de385ee7e /application/modules/user/views/scripts/auth | |
| parent | API-Key bei Membership & BootOS über API fertig (diff) | |
| parent | FilterLibrary - Escapen von Argumenten (diff) | |
| download | pbs2-bada6bd9bade4a5cb3b87fed44a2de9a2a599010.tar.gz pbs2-bada6bd9bade4a5cb3b87fed44a2de9a2a599010.tar.xz pbs2-bada6bd9bade4a5cb3b87fed44a2de9a2a599010.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/views/scripts/auth')
| -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 +?> |
