summary refs log tree commit diff stats
path: root/theme/admin/managePendingQuotes.tpl
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-11-19 17:27:03 -0500
commit24503e3abe705acde2df159aeae61be0d009f92e (patch)
tree8debbd53dcd0db2f5934c5e2af4e697e3787781d /theme/admin/managePendingQuotes.tpl
downloadfourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.gz
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.tar.bz2
fourisland-24503e3abe705acde2df159aeae61be0d009f92e.zip
Imported sources
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>