restore label on package status selector
authorivan <ivan>
Tue, 14 Aug 2007 02:40:42 +0000 (02:40 +0000)
committerivan <ivan>
Tue, 14 Aug 2007 02:40:42 +0000 (02:40 +0000)
httemplate/elements/tr-select-cust_pkg-status.html

index c3daf72..6cc29d0 100644 (file)
@@ -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
               )
     %>