From e356f2ebb6564fe8d5333fc89bb4583ee3cd1fb1 Mon Sep 17 00:00:00 2001 From: levinse Date: Sun, 13 Feb 2011 07:22:32 +0000 Subject: bulk DID orders and inventory, RT11291 --- httemplate/elements/tr-select-state.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 httemplate/elements/tr-select-state.html (limited to 'httemplate/elements/tr-select-state.html') diff --git a/httemplate/elements/tr-select-state.html b/httemplate/elements/tr-select-state.html new file mode 100644 index 000000000..1a62ae561 --- /dev/null +++ b/httemplate/elements/tr-select-state.html @@ -0,0 +1,19 @@ +% unless ( $opt{'js_only'} ) { + <% include('tr-td-label.html', @_ ) %> + + > +% } + + <% include( '/elements/select-state.html', %opt ) %> + +% unless ( $opt{'js_only'} ) { + + +% } +<%init> + +my %opt = @_; + +my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + + -- cgit v1.2.1