summary refs log tree commit diff stats
path: root/theme/admin/pendingSuccess.tpl
blob: 51b115f003878d5a1840dc074766997971f94fd6 (plain) (blame)
1
2
3
4
5
6
7
8
Congradulations, you've just made/edited a pending post!

<ul>
	<li><a href="/admin/editPending.php?id=<!--ID-->">Edit this pending post</a></li>
	<li><a href="/admin/viewPending.php?id=<!--ID-->">View this pending post</a></li>
	<li><a href="/admin/managePending.php">Manage Pending Posts</a></li>
	<li><a href="/admin/">Return to the Admin Panel</a></li>
</ul>