diff options
author | levinse <levinse> | 2011-05-22 20:23:21 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-22 20:23:21 +0000 |
commit | 7c4a50d23058e764d9bb905df21d9ae6f7f01a4f (patch) | |
tree | 5d8c661ff9a628e3b1b47be3a1743f2844addd16 /httemplate/elements/tr-search-cust_main.html | |
parent | 78ad530afc8cd865655dd86b249112f15fccdcf1 (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/elements/tr-search-cust_main.html')
-rw-r--r-- | httemplate/elements/tr-search-cust_main.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/tr-search-cust_main.html b/httemplate/elements/tr-search-cust_main.html index 9df91a18f..031df7c3d 100644 --- a/httemplate/elements/tr-search-cust_main.html +++ b/httemplate/elements/tr-search-cust_main.html @@ -1,6 +1,6 @@ -<% include('tr-td-label.html', @_ ) %> +<& tr-td-label.html, @_ &> - <TD <% $colspan %> <% $cell_style %> ID="<% $opt{input_id} || $opt{id}.'_input0' %>"><% include('search-cust_main.html', @_ ) %></TD> + <TD <% $colspan %> <% $cell_style %> ID="<% $opt{input_id} || $opt{id}.'_input0' %>"><& search-cust_main.html, @_ &></TD> </TR> |