bd50830750491be167c77bce272d0276e2f0c758
[freeside.git] / httemplate / elements / tr-input-fcc_options.html
1 <TR>
2   <TH COLSPAN=2>
3     <& hidden.html, 'id' => $id, @_ &>
4 %#    <& input-text.html, 'id' => $id, @_ &>
5 %# XXX debugging
6     <FONT SIZE="+1"><BUTTON TYPE="button" onclick="show_fcc_options()">
7       FCC Form 477 information
8     </BUTTON></FONT>
9 % # show some kind of useful summary of the FCC options here
10   </TH>
11 </TR>
12 <SCRIPT TYPE="text/javascript">
13 function show_fcc_options() {
14   <& popup_link_onclick.html,
15   'action'      => $fsurl.'misc/part_pkg_fcc_options.html?id=' . $id,
16   'actionlabel' => 'FCC Form 477 options',
17   'width'       => 760,
18   'height'      => 600,
19   &>
20 }
21 </SCRIPT>
22 <%init>
23 my %opt = @_;
24 my $id = $opt{id} || $opt{field};
25 </%init>