summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-search-cust_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-search-cust_main.html')
-rw-r--r--httemplate/elements/tr-search-cust_main.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/httemplate/elements/tr-search-cust_main.html b/httemplate/elements/tr-search-cust_main.html
deleted file mode 100644
index 9df91a1..0000000
--- a/httemplate/elements/tr-search-cust_main.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<% 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>