aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/post/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/post/update.php')
-rw-r--r--theme/admin/html/post/update.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/theme/admin/html/post/update.php b/theme/admin/html/post/update.php
index 28635ea..55a90d9 100644
--- a/theme/admin/html/post/update.php
+++ b/theme/admin/html/post/update.php
@@ -1,5 +1,8 @@
<main id="main-content">
-<h1><i class="fa fa-pencil-square-o"></i><?=$Language->text('update_post')?></h1>
+<h1>
+ <span class="item-id">#<?=$POST['ATTR']['ID']?></span>
+ <i class="fa fa-pencil-square-o"></i><?=$Language->text('update_post')?>
+</h1>
<p class="actions-before"><?=$Language->text('update_post_desc')?></p>
<ul class="actions">
<li><a href="<?=$POST['URL']?>" title="<?=$Language->text('select_post')?>"><i class="fa fa-external-link"></i><?=$Language->text('select')?></a></li>