aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/post/update.php
blob: 55a90d9d95afe091a804d25b9ae586fe57dc4f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<main id="main-content">
<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>
	<li><a href="<?=Application::getAdminURL("post/delete.php?id={$POST['ATTR']['ID']}")?>" title="<?=$Language->text('delete_post')?>"><i class="fa fa-trash-o"></i><?=$Language->text('delete')?></a></li>
</ul>

<?=$HTML?>
</main>