aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/page/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/page/item.php')
-rw-r--r--theme/admin/html/page/item.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/theme/admin/html/page/item.php b/theme/admin/html/page/item.php
index c61984c..267416a 100644
--- a/theme/admin/html/page/item.php
+++ b/theme/admin/html/page/item.php
@@ -1,8 +1,10 @@
<article class="item">
<header>
- <h2><i class="fa fa-file-text-o"></i><?=escapeHTML($PAGE['ATTR']['NAME'])?></h2>
+ <h2>
+ <i class="fa fa-file-text-o"></i><?=escapeHTML($PAGE['ATTR']['NAME'])?>
+ <span class="item-id">#<?=$PAGE['ATTR']['ID']?></span>
+ </h2>
<div>
- <span class="brackets item-id">#<?=$PAGE['ATTR']['ID']?></span>
<a class="brackets" href="<?=Application::getAdminURL("user/update.php?id={$USER['ATTR']['ID']}")?>" title="<?=$Language->text('update_user')?>"><?=escapeHTML($USER['ATTR']['FULLNAME'])?></a>
<time class="brackets" datetime="<?=$PAGE['ATTR']['TIME_INSERT']?>"><?=parseDatetime($PAGE['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time>
</div>