From 54fe09f466b69c960caf64dd325ebfabf3ddd962 Mon Sep 17 00:00:00 2001 From: Christian Vogeley Date: Sat, 16 Aug 2014 16:28:07 +0200 Subject: Add account deletion to the UI --- mod/settings.php | 1 + view/tpl/settings_account.tpl | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/mod/settings.php b/mod/settings.php index 631ceb3c2..d6ebf9e90 100644 --- a/mod/settings.php +++ b/mod/settings.php @@ -629,6 +629,7 @@ function settings_content(&$a) { '$submit' => t('Submit'), '$email' => array('email', t('Email Address:'), $email, ''), '$removeme' => t('Remove Account'), + '$removeaccount' => t('Remove this account from this server including all its channels'), '$permanent' => t('Warning: This action is permanent and cannot be reversed.'), '$account_settings' => $account_settings )); diff --git a/view/tpl/settings_account.tpl b/view/tpl/settings_account.tpl index 169516f08..1e28d8b84 100755 --- a/view/tpl/settings_account.tpl +++ b/view/tpl/settings_account.tpl @@ -2,9 +2,6 @@

{{$title}}

- - -
@@ -23,4 +20,9 @@ {{$account_settings}} + -- cgit v1.2.3