From: ivan Date: Tue, 14 Aug 2007 02:40:42 +0000 (+0000) Subject: restore label on package status selector X-Git-Tag: TRIXBOX_2_6~408 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0969fbdfd846d4b9b993f0a4406876b3a085a70c restore label on package status selector --- 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 ) %>