0c53f2a593b64bb3d71a409aed724cb4e3c232c1
[freeside.git] / httemplate / view / cust_main / order_pkg_link.html
1 <% include( '/elements/popup_link-cust_main.html',
2               'action'      => $p. 'misc/order_pkg.html',
3               'label'       => 'Order&nbsp;new&nbsp;package',
4               'actionlabel' => 'Order new package',
5               'color'       => '#333399',
6               'cust_main'   => $cust_main,
7               'closetext'   => 'Close',
8               'width'       => 763,
9               'height'      => 476,
10           )
11 %>
12 <%init>
13
14 my($cust_main) = @_;
15
16 </%init>