diff options
author | levinse <levinse> | 2011-02-13 07:22:32 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-02-13 07:22:32 +0000 |
commit | e356f2ebb6564fe8d5333fc89bb4583ee3cd1fb1 (patch) | |
tree | ac286e1979c4aeecf41ea411fbba20b3aec555e9 /httemplate/elements/tr-select-state.html | |
parent | 5226903b423e42e7e8ee135b2b445d362241102a (diff) |
bulk DID orders and inventory, RT11291
Diffstat (limited to 'httemplate/elements/tr-select-state.html')
-rw-r--r-- | httemplate/elements/tr-select-state.html | 19 |
1 files changed, 19 insertions, 0 deletions
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', @_ ) %> + + <TD <% $style %>> +% } + + <% include( '/elements/select-state.html', %opt ) %> + +% unless ( $opt{'js_only'} ) { + </TD> + </TR> +% } +<%init> + +my %opt = @_; + +my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + +</%init> |