From 92eb0dcaf696fa84c2fe7d2141dafe6661b8cfdd Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 8 Sep 2008 02:47:20 +0000 Subject: add package invoice details & comments, RT#3810 --- httemplate/pref/pref-process.html | 3 ++- httemplate/pref/pref.html | 22 ++++++++++++++++++---- 2 files changed, 20 insertions(+), 5 deletions(-) (limited to 'httemplate/pref') diff --git a/httemplate/pref/pref-process.html b/httemplate/pref/pref-process.html index 704286568..93d73e00a 100644 --- a/httemplate/pref/pref-process.html +++ b/httemplate/pref/pref-process.html @@ -28,7 +28,8 @@ % } % % #XXX autogen -% my @paramlist = qw( menu_position email_address +% my @paramlist = qw( menu_position show_pkgnum +% email_address % height width availHeight availWidth colorDepth % ); % diff --git a/httemplate/pref/pref.html b/httemplate/pref/pref.html index ec8aefd80..77f8cec68 100644 --- a/httemplate/pref/pref.html +++ b/httemplate/pref/pref.html @@ -53,8 +53,20 @@ Email Address
- - + + +Development +<% ntable("#cccccc",2) %> + + + Show internal package numbers: + option('show_pkgnum') ? 'CHECKED' : '' %>> + + + +
+ + % foreach my $prop (qw( height width availHeight availWidth colorDepth )) {