aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/post/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/post/item.php')
-rw-r--r--theme/admin/html/post/item.php14
1 files changed, 10 insertions, 4 deletions
diff --git a/theme/admin/html/post/item.php b/theme/admin/html/post/item.php
index 330e682..03b39d3 100644
--- a/theme/admin/html/post/item.php
+++ b/theme/admin/html/post/item.php
@@ -4,13 +4,19 @@
<i class="fa fa-newspaper-o"></i><?=escapeHTML($POST['ATTR']['NAME'])?>
<span class="item-id">#<?=$POST['ATTR']['ID']?></span>
</h2>
- <div>
- <a class="brackets" href="<?=Application::getAdminURL("user/update.php?id={$USER['ATTR']['ID']}")?>" title="<?=$Language->text('update_user')?>"><?=escapeHTML($USER['ATTR']['FULLNAME'])?></a>
+ <ul class="item-meta">
+ <li>
+ <a class="brackets" href="<?=Application::getAdminURL("user/update.php?id={$USER['ATTR']['ID']}")?>" title="<?=$Language->text('update_user')?>"><?=escapeHTML($USER['ATTR']['FULLNAME'])?></a>
+ </li>
<?php if($CATEGORY): ?>
+ <li>
<a class="brackets" href="<?=Application::getAdminURL("category/update.php?id={$CATEGORY['ATTR']['ID']}")?>" title="<?=$Language->text('update_category')?>"><?=escapeHTML($CATEGORY['ATTR']['NAME'])?></a>
+ </li>
<?php endif ?>
- <time class="brackets" datetime="<?=$POST['ATTR']['TIME_INSERT']?>"><?=parseDatetime($POST['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time>
- </div>
+ <li>
+ <time class="brackets" datetime="<?=$POST['ATTR']['TIME_INSERT']?>"><?=parseDatetime($POST['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time>
+ </li>
+ </ul>
</header>
<blockquote cite="<?=$POST['URL']?>">
<?php if(isset($POST['FILE']['LIST'][0])): ?>