diff options
author | ivan <ivan> | 2002-10-08 11:10:51 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-08 11:10:51 +0000 |
commit | 61e25db54f2da624a79ecedb6bf3d678c7fdefc5 (patch) | |
tree | a3f2dc0230f2df0e1e348ae2d21df4d02046a742 /httemplate/index.html | |
parent | 2a2fa626446a69e7e1a5953b8bb693b5e4274d8b (diff) |
add suspended package browse (closes: Bug#467)
Diffstat (limited to 'httemplate/index.html')
-rw-r--r-- | httemplate/index.html | 3 |
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> |