From 0969fbdfd846d4b9b993f0a4406876b3a085a70c Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 14 Aug 2007 02:40:42 +0000 Subject: [PATCH] restore label on package status selector --- httemplate/elements/tr-select-cust_pkg-status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/elements/tr-select-cust_pkg-status.html b/httemplate/elements/tr-select-cust_pkg-status.html index c3daf728c..6cc29d0aa 100644 --- a/httemplate/elements/tr-select-cust_pkg-status.html +++ b/httemplate/elements/tr-select-cust_pkg-status.html @@ -1,9 +1,9 @@ -<% include ('tr-td-label.html', @_ ) %> +<% include ('tr-td-label.html', 'label' => 'Status', @_ ) %> > <% include( '/elements/select-cust_pkg-status.html', - 'curr_value' => $curr_value, + 'curr_value' => $curr_value, %opt ) %> -- 2.11.0