RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / elements / select-mac.html
1 <% include('/elements/xmlhttp.html',
2               'url'  => $p.'misc/macinventory.cgi',
3               'subs' => [ $opt{'prefix'}. 'get_macs' ],
4           )
5 %>
6
7 <% include( '/elements/input-text.html', %opt, 'type'=>'text' ) %>
8
9 <SELECT ID="<% $opt{'prefix'} %>sel_mac_addr" NAME="<% $opt{'prefix'} %>sel_mac_addr" 
10 %#    notonChange="<% $opt{'prefix'} %>mac_addr_changed(this); <% $opt{'onchange'} %>"
11     <% $opt{'disabled'} %> STYLE="display: none">
12   <OPTION VALUE="">Select MAC address</OPTION>
13 </SELECT>
14
15 <%init>
16
17 my %opt = @_;
18
19 </%init>