summary refs log tree commit diff stats
path: root/theme/admin/pendingSuccess.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/pendingSuccess.tpl')
-rwxr-xr-xtheme/admin/pendingSuccess.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/theme/admin/pendingSuccess.tpl b/theme/admin/pendingSuccess.tpl index 64adbe6..51b115f 100755 --- a/theme/admin/pendingSuccess.tpl +++ b/theme/admin/pendingSuccess.tpl
@@ -1,8 +1,8 @@
1Congradulations, you've just made/edited a pending post! 1Congradulations, you've just made/edited a pending post!
2 2
3<UL> 3<ul>
4 <LI><A HREF="/admin/editPending.php?id=<!--ID-->">Edit this pending post</A></LI> 4 <li><a href="/admin/editPending.php?id=<!--ID-->">Edit this pending post</a></li>
5 <LI><A HREF="/admin/viewPending.php?id=<!--ID-->">View this pending post</A></LI> 5 <li><a href="/admin/viewPending.php?id=<!--ID-->">View this pending post</a></li>
6 <LI><A HREF="/admin/managePending.php">Manage Pending Posts</A></LI> 6 <li><a href="/admin/managePending.php">Manage Pending Posts</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>