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')
-rwxr-xr-xtheme/admin/draftSuccess.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/theme/admin/draftSuccess.tpl b/theme/admin/draftSuccess.tpl index 7d76d2a..aa0616e 100755 --- a/theme/admin/draftSuccess.tpl +++ b/theme/admin/draftSuccess.tpl
@@ -1,8 +1,8 @@
1Congradulations, you've just made/edited a draft! 1Congradulations, you've just made/edited a draft!
2 2
3<UL> 3<ul>
4 <LI><A HREF="/admin/editDraft.php?id=<!--ID-->">Edit this draft</A></LI> 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> 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> 6 <li><a href="/admin/manageDrafts.php">Manage Drafts</a></li>
7 <LI><A HREF="/admin/">Return to the Admin Panel</A></LI> 7 <li><a href="/admin/">Return to the Admin Panel</a></li>
8</UL> 8</ul>