diff options
author | levinse <levinse> | 2010-12-07 20:38:52 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-07 20:38:52 +0000 |
commit | 8468ce6abd28b145bfde14a210a166cca46115dc (patch) | |
tree | 3c7a85b45d1a8fb655dd4abf2ed22570c74ece93 /httemplate/view/prospect_main.html | |
parent | c58774a70c3326ad2ba5a7a38b174dfbd76a9f78 (diff) |
added prospect support to qualifications, RT7111
Diffstat (limited to 'httemplate/view/prospect_main.html')
-rw-r--r-- | httemplate/view/prospect_main.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index 9517e3920..f4b2f58ee 100644 --- a/httemplate/view/prospect_main.html +++ b/httemplate/view/prospect_main.html @@ -56,6 +56,22 @@ <BR> +% if ( $curuser->access_right('Qualify service') ) { +<% include( '/elements/popup_link-prospect_main.html', + 'action' => $p. 'misc/qual.html', + 'label' => 'New Qualification', + 'actionlabel' => 'New Qualification', + 'color' => '#333399', + 'prospect_main' => $prospect_main, + 'closetext' => 'Close', + 'width' => 763, + 'height' => 436, + ) +%> + | <A HREF="<%$p%>search/qual.cgi?prospectnum=<% $prospect_main->prospectnum %>">View Qualifications</A> + <BR><BR> +% } + <% ntable("#cccccc") %> <TR> |