From 71ce4376699100af7f9263f96913a6497c4ad566 Mon Sep 17 00:00:00 2001 From: Thomas Lange <code@nerdmind.de> Date: Mon, 9 Aug 2021 21:33:01 +0200 Subject: Show ID in the heading of the update template Show the current entity ID right-floated in the update.php templates. --- theme/admin/html/user/update.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'theme/admin/html/user/update.php') diff --git a/theme/admin/html/user/update.php b/theme/admin/html/user/update.php index d5511a4..cc2bc3e 100644 --- a/theme/admin/html/user/update.php +++ b/theme/admin/html/user/update.php @@ -1,5 +1,8 @@ <main id="main-content"> -<h1><i class="fa fa-pencil-square-o"></i><?=$Language->text('update_user')?></h1> +<h1> + <span class="item-id">#<?=$USER['ATTR']['ID']?></span> + <i class="fa fa-pencil-square-o"></i><?=$Language->text('update_user')?> +</h1> <p class="actions-before"><?=$Language->text('update_user_desc')?></p> <ul class="actions"> <li><a href="<?=$USER['URL']?>" title="<?=$Language->text('select_user')?>"><i class="fa fa-external-link"></i><?=$Language->text('select')?></a></li> -- cgit v1.2.3