diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-08-11 20:40:50 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-08-11 20:48:04 +0200 |
commit | 345c04f757a876bcc0b59134583953a698bbb9f2 (patch) | |
tree | 2a891384247b729864e72df088d887ab7480371e /web/template/account_edit_form.php | |
parent | f1a0f4a8f7549c6937663b19e176e662c715c38e (diff) | |
download | aurweb-345c04f757a876bcc0b59134583953a698bbb9f2.tar.xz |
Add details link from account edit formpu
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'web/template/account_edit_form.php')
-rw-r--r-- | web/template/account_edit_form.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/account_edit_form.php b/web/template/account_edit_form.php index 6c2b8fb..19821a0 100644 --- a/web/template/account_edit_form.php +++ b/web/template/account_edit_form.php @@ -1,6 +1,7 @@ <?php if ($A == "UpdateAccount"): ?> <p> <?= __('Click %shere%s if you want to permanently delete this account.', '<a href="' . get_user_uri($N) . 'delete/' . '">', '</a>') ?> + <?= __('Click %shere%s for user details.', '<a href="' . get_user_uri($N) . '">', '</a>') ?> </p> <form id="edit-profile-form" action="<?= get_user_uri($N) . 'update/'; ?>" method="post"> |