Add details link from account edit form

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Johannes Löthberg 2016-08-11 20:52:54 +02:00 committed by Lukas Fleischer
parent 573e0c662b
commit 4a355c71cb

View file

@ -1,6 +1,7 @@
<?php if ($A == "UpdateAccount"): ?> <?php if ($A == "UpdateAccount"): ?>
<p> <p>
<?= __('Click %shere%s if you want to permanently delete this account.', '<a href="' . get_user_uri($N) . 'delete/' . '">', '</a>') ?> <?= __('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> </p>
<form id="edit-profile-form" action="<?= get_user_uri($N) . 'update/'; ?>" method="post"> <form id="edit-profile-form" action="<?= get_user_uri($N) . 'update/'; ?>" method="post">