summary refs log tree commit diff stats
path: root/theme/admin/editPending.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/editPending.tpl')
-rw-r--r--theme/admin/editPending.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/theme/admin/editPending.tpl b/theme/admin/editPending.tpl new file mode 100644 index 0000000..ccded76 --- /dev/null +++ b/theme/admin/editPending.tpl
@@ -0,0 +1,10 @@
1<H2>Edit a pending post</H2><P>
2
3<FORM ACTION="/admin/editPending.php?id=<!--ID-->&submit=" METHOD="POST">
4 Post Title: <INPUT TYPE="text" NAME="title" VALUE="<!--TITLE-->"><BR>
5 <TEXTAREA NAME="text" COLS="80" ROWS="20"><!--TEXT--></TEXTAREA><P>
6 Tag 1: <INPUT TYPE="text" NAME="tag1" VALUE="<!--TAG1-->"><BR>
7 Tag 2: <INPUT TYPE="text" NAME="tag2" VALUE="<!--TAG2-->"> (Optional)<BR>
8 Tag 3: <INPUT TYPE="text" NAME="tag3" VALUE="<!--TAG3-->"> (Optional)<BR>
9 <INPUT TYPE="submit" VALUE="Edit post">
10</FORM>