X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-search-svc_broadband.html;fp=httemplate%2Felements%2Ftr-search-svc_broadband.html;h=cd7c11500b9a0a01d78331a3bdcd5a2fccf71c0e;hb=e385ba02fcd5897a1ed19d9fd23a8471ef27a134;hp=0000000000000000000000000000000000000000;hpb=54156948ccda87655f9f4bb26a2747ab49b616ce;p=freeside.git diff --git a/httemplate/elements/tr-search-svc_broadband.html b/httemplate/elements/tr-search-svc_broadband.html new file mode 100644 index 000000000..cd7c11500 --- /dev/null +++ b/httemplate/elements/tr-search-svc_broadband.html @@ -0,0 +1,15 @@ +<& tr-td-label.html, @_ &> + + <% $cell_style %> ID="<% $opt{input_id} || $opt{id}.'_input0' %>"><& search-svc_broadband.html, @_ &> + + + +<%init> + +my %opt = @_; + +my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : ''; + +my $colspan = $opt{'colspan'} ? 'COLSPAN="'.$opt{'colspan'}.'"' : ''; + +