summary refs log tree commit diff stats
path: root/theme/admin/editDraft.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/editDraft.tpl')
-rwxr-xr-xtheme/admin/editDraft.tpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/theme/admin/editDraft.tpl b/theme/admin/editDraft.tpl deleted file mode 100755 index 1431e79..0000000 --- a/theme/admin/editDraft.tpl +++ /dev/null
@@ -1,14 +0,0 @@
1<h2>Edit a draft</h2>
2
3<p><form action="/admin/editDraft.php?id=<!--ID-->&amp;submit=" method="post">
4 Draft Title: <input type="text" name="title" value="<!--TITLE-->" /><br />
5 <textarea name="text" cols="80" rows="20"><!--TEXT--></textarea><br />
6 Tags (comma-seperated): <input type="text" name="tags" value="<!--TAGS-->" /><br />
7 Post Type: <select name="type" size="4">
8 <option value="draft" selected="selected">Draft</option>
9 <option value="normal">Normal (Article-style) Post</option>
10 <option value="priority">High-Priority Post</option>
11 <option value="instant">Instant Post</option>
12 </select><br />
13 <input type="submit" value="Edit draft" />
14</form></p>