summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-search-cust_main.html
diff options
context:
space:
mode:
authorivan <ivan>2010-03-30 02:53:12 +0000
committerivan <ivan>2010-03-30 02:53:12 +0000
commit2512fe5818a8d66d404169cbf9b687d3339f750b (patch)
treea96f408b2ee5d2f83e68da4f84c7417205ce5cc9 /httemplate/elements/tr-search-cust_main.html
parent470179da98f2d8f1db6c0a834202c080233a61de (diff)
employee (otaker / access_user) commissioning, RT#6991
Diffstat (limited to 'httemplate/elements/tr-search-cust_main.html')
-rw-r--r--httemplate/elements/tr-search-cust_main.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/httemplate/elements/tr-search-cust_main.html b/httemplate/elements/tr-search-cust_main.html
new file mode 100644
index 000000000..9df91a18f
--- /dev/null
+++ b/httemplate/elements/tr-search-cust_main.html
@@ -0,0 +1,15 @@
+<% include('tr-td-label.html', @_ ) %>
+
+ <TD <% $colspan %> <% $cell_style %> ID="<% $opt{input_id} || $opt{id}.'_input0' %>"><% include('search-cust_main.html', @_ ) %></TD>
+
+</TR>
+
+<%init>
+
+my %opt = @_;
+
+my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
+
+my $colspan = $opt{'colspan'} ? 'COLSPAN="'.$opt{'colspan'}.'"' : '';
+
+</%init>