summary refs log tree commit diff stats
path: root/theme/quotes/add_news.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/quotes/add_news.tpl')
-rw-r--r--theme/quotes/add_news.tpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/theme/quotes/add_news.tpl b/theme/quotes/add_news.tpl new file mode 100644 index 0000000..3c81474 --- /dev/null +++ b/theme/quotes/add_news.tpl
@@ -0,0 +1,8 @@
1<DIV ID="admin_add-news_all">
2 <DIV ID="admin_add-news_title">Add News</DIV>
3
4 <FORM METHOD="POST" ACTION="/quotes/add_news.php?submit=">
5 <TEXTAREA COLS="80" ROWS="5" NAME="news" ID="add_news_news"></TEXTAREA><BR>
6 <INPUT TYPE="submit" VALUE="Add News" ID="add_news">
7 </FORM>
8</DIV>