summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorivan <ivan>2002-09-19 07:15:03 +0000
committerivan <ivan>2002-09-19 07:15:03 +0000
commit641abe71e152f194c551d21ceeb26c15265795f6 (patch)
tree69a6dc67ff1d90f3fc0585a690fbea03f9a7a21c /httemplate/view
parentc1e33a61324f4e06157c522af7882a97a021830f (diff)
cancel later in view UI... hmm
Diffstat (limited to 'httemplate/view')
-rwxr-xr-xhttemplate/view/cust_pkg.cgi14
1 files changed, 8 insertions, 6 deletions
diff --git a/httemplate/view/cust_pkg.cgi b/httemplate/view/cust_pkg.cgi
index 09a2a7a8b..aa3b3b15a 100755
--- a/httemplate/view/cust_pkg.cgi
+++ b/httemplate/view/cust_pkg.cgi
@@ -83,12 +83,14 @@ print '<TR><TD ALIGN="right">Order taker</TD><TD BGCOLOR="#ffffff">',
'</TABLE></TD></TR></TABLE>'
;
-# print <<END;
-#<FORM ACTION="../misc/expire_pkg.cgi" METHOD="post">
-#<INPUT TYPE="hidden" NAME="pkgnum" VALUE="$pkgnum">
-#Expire (date): <INPUT TYPE="text" NAME="date" VALUE="" >
-#<INPUT TYPE="submit" VALUE="Cancel later">
-#END
+unless ($expire) {
+ print <<END;
+<FORM ACTION="../misc/expire_pkg.cgi" METHOD="post">
+<INPUT TYPE="hidden" NAME="pkgnum" VALUE="$pkgnum">
+Expire (date): <INPUT TYPE="text" NAME="date" VALUE="" >
+<INPUT TYPE="submit" VALUE="Cancel later">
+END
+}
unless ($cancel) {