summary refs log tree commit diff stats
path: root/theme/admin/editPending.tpl
blob: 47859a58de581e6a6bb9f0a9c033073f239b4759 (plain) (blame)
1
2
3
4
5
6
7
8
<h2>Edit a pending post</h2>

<form action="/admin/editPending.php?id=<!--ID-->&amp;submit=" method="post">
	Post Title: <input type="text" name="title" value="<!--TITLE-->" /><br />
	<textarea name="text" cols="80" rows="20"><!--TEXT--></textarea><br />
	Tags (comma-seperated): <input type="text" name="tags" value="<!--TAGS-->" /><br />
	<input type="submit" value="Edit post" />
</form>