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

<ul>
	<li><a href="/admin/editDraft.php?id=<!--ID-->">Edit this draft</a></li>
	<li><a href="/admin/viewDraft.php?id=<!--ID-->">View this draft</a></li>
	<li><a href="/admin/manageDrafts.php">Manage Drafts</a></li>
	<li><a href="/admin/">Return to the Admin Panel</a></li>
</ul>