diff options
| author | levinse <levinse> | 2011-04-06 08:28:38 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-04-06 08:28:38 +0000 |
| commit | a4eebb53d6bb9c0f2834d160c3781c42ab585587 (patch) | |
| tree | 62be796b956ce073a0d832a986cad295e5216a81 /httemplate/elements/tr-did_order_item.html | |
| parent | 7a491f6b745d8cad48dbf75e4def2cd355aa5cb3 (diff) | |
bulk DID order/inventory improvements, RT11291
Diffstat (limited to 'httemplate/elements/tr-did_order_item.html')
| -rw-r--r-- | httemplate/elements/tr-did_order_item.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/httemplate/elements/tr-did_order_item.html b/httemplate/elements/tr-did_order_item.html new file mode 100644 index 000000000..7824aee03 --- /dev/null +++ b/httemplate/elements/tr-did_order_item.html @@ -0,0 +1,24 @@ +% unless ( $opt{'js_only'} ) { + + <% include('tr-td-label.html', %opt) %> + <TD <% $cell_style %>> + +% } +% + <% include( '/elements/did_order_item.html', %opt ) %> +% +% unless ( $opt{'js_only'} ) { + + </TD> + </TR> + +% } +<%init> + +my( %opt ) = @_; + +my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + +$opt{'label'} ||= 'Item'; + +</%init> |
