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