summary refs log tree commit diff stats
path: root/theme/admin/draftSuccess.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/draftSuccess.tpl')
-rw-r--r--theme/admin/draftSuccess.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/admin/draftSuccess.tpl b/theme/admin/draftSuccess.tpl new file mode 100644 index 0000000..7d76d2a --- /dev/null +++ b/theme/admin/draftSuccess.tpl
@@ -0,0 +1,8 @@
1Congradulations, you've just made/edited a draft!
2
3<UL>
4 <LI><A HREF="/admin/editDraft.php?id=<!--ID-->">Edit this draft</A></LI>
5 <LI><A HREF="/admin/viewDraft.php?id=<!--ID-->">View this draft</A></LI>
6 <LI><A HREF="/admin/manageDrafts.php">Manage Drafts</A></LI>
7 <LI><A HREF="/admin/">Return to the Admin Panel</A></LI>
8</UL>