summaryrefslogtreecommitdiff
path: root/httemplate/index.html
diff options
context:
space:
mode:
authorivan <ivan>2002-10-08 11:10:51 +0000
committerivan <ivan>2002-10-08 11:10:51 +0000
commit61e25db54f2da624a79ecedb6bf3d678c7fdefc5 (patch)
treea3f2dc0230f2df0e1e348ae2d21df4d02046a742 /httemplate/index.html
parent2a2fa626446a69e7e1a5953b8bb693b5e4274d8b (diff)
add suspended package browse (closes: Bug#467)
Diffstat (limited to 'httemplate/index.html')
-rw-r--r--httemplate/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/index.html b/httemplate/index.html
index f17639d44..017a2cc3a 100644
--- a/httemplate/index.html
+++ b/httemplate/index.html
@@ -119,7 +119,8 @@
</UL>
Packages
<UL>
- <LI><A HREF="search/cust_pkg.cgi?pkgnum">packages (by package number)</A>
+ <LI><A HREF="search/cust_pkg.cgi?pkgnum">all packages (by package number)</A>
+ <LI><A HREF="search/cust_pkg.cgi?SUSP_pkgnum">suspended packages (by package number)</A>
<LI><A HREF="search/cust_pkg.cgi?APKG_pkgnum">packages with unconfigured services (by package number)</A>
<LI><A HREF="search/cust_pkg.html">packages (by next bill date range)</A>
</UL>