diff options
author | ivan <ivan> | 2007-08-14 02:40:42 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-08-14 02:40:42 +0000 |
commit | 0969fbdfd846d4b9b993f0a4406876b3a085a70c (patch) | |
tree | d3df59c629359489f427dae7f264320c8b26c77b /httemplate/elements | |
parent | 3ff76e1ec7ce583c1a0c5b3b071e5148f9e3caae (diff) |
restore label on package status selector
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/tr-select-cust_pkg-status.html | 4 |
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 ) %> |