summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-select-cust_pkg-status.html
diff options
context:
space:
mode:
authorivan <ivan>2007-08-14 02:40:42 +0000
committerivan <ivan>2007-08-14 02:40:42 +0000
commit0969fbdfd846d4b9b993f0a4406876b3a085a70c (patch)
treed3df59c629359489f427dae7f264320c8b26c77b /httemplate/elements/tr-select-cust_pkg-status.html
parent3ff76e1ec7ce583c1a0c5b3b071e5148f9e3caae (diff)
restore label on package status selector
Diffstat (limited to 'httemplate/elements/tr-select-cust_pkg-status.html')
-rw-r--r--httemplate/elements/tr-select-cust_pkg-status.html4
1 files 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', @_ ) %>
<TD <% $style %>>
<% include( '/elements/select-cust_pkg-status.html',
- 'curr_value' => $curr_value,
+ 'curr_value' => $curr_value,
%opt
)
%>