summary refs log tree commit diff stats
path: root/theme/admin/managePendingQuotes.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/managePendingQuotes.tpl')
-rw-r--r--theme/admin/managePendingQuotes.tpl21
1 files changed, 21 insertions, 0 deletions
diff --git a/theme/admin/managePendingQuotes.tpl b/theme/admin/managePendingQuotes.tpl new file mode 100644 index 0000000..660e126 --- /dev/null +++ b/theme/admin/managePendingQuotes.tpl
@@ -0,0 +1,21 @@
1<H2>Manage Pending Quotes</H2>
2
3<TABLE WIDTH="100%" CLASS="webmail">
4 <TR>
5 <TH>Quote</TH>
6 <TH>Actions</TH>
7 </TR>
8
9 <!--BEGIN QUOTE-->
10 <TR>
11 <TD><!--QUOTE.TEXT--></TD>
12
13 <TD>
14 <A HREF="/admin/actionPendingQuotes.php?id=<!--QUOTE.ID-->&approve"><IMG SRC="/theme/images/icons/page_attach.png" ALT="Approve"></A>
15 <A HREF="/admin/actionPendingQuotes.php?id=<!--QUOTE.ID-->&deny"><IMG SRC="/theme/images/icons/page_delete.png" ALT="Deny"></A>
16 </TD>
17 </TR>
18 <!--END QUOTE-->
19</TABLE>
20
21<A HREF="/admin/">Back to Admin Panel</A>