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')
-rwxr-xr-xtheme/admin/editPending.tpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/theme/admin/editPending.tpl b/theme/admin/editPending.tpl index 355e156..47859a5 100755 --- a/theme/admin/editPending.tpl +++ b/theme/admin/editPending.tpl
@@ -1,8 +1,8 @@
1<H2>Edit a pending post</H2><P> 1<h2>Edit a pending post</h2>
2 2
3<FORM ACTION="/admin/editPending.php?id=<!--ID-->&submit=" METHOD="POST"> 3<form action="/admin/editPending.php?id=<!--ID-->&amp;submit=" method="post">
4 Post Title: <INPUT TYPE="text" NAME="title" VALUE="<!--TITLE-->"><BR> 4 Post Title: <input type="text" name="title" value="<!--TITLE-->" /><br />
5 <TEXTAREA NAME="text" COLS="80" ROWS="20"><!--TEXT--></TEXTAREA><P> 5 <textarea name="text" cols="80" rows="20"><!--TEXT--></textarea><br />
6 Tags (comma-seperated): <INPUT TYPE="text" NAME="tags" VALUE="<!--TAGS-->"><BR> 6 Tags (comma-seperated): <input type="text" name="tags" value="<!--TAGS-->" /><br />
7 <INPUT TYPE="submit" VALUE="Edit post"> 7 <input type="submit" value="Edit post" />
8</FORM> 8</form>