aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/post/update.php
blob: 28635ea050dcb0b0d77ea2c5368373c613bb9a5a (plain)
1
2
3
4
5
6
7
8
9
10
<main id="main-content">
<h1><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>