diff options
author | levinse <levinse> | 2010-12-07 19:04:43 +0000 |
---|---|---|
committer | levinse <levinse> | 2010-12-07 19:04:43 +0000 |
commit | c58774a70c3326ad2ba5a7a38b174dfbd76a9f78 (patch) | |
tree | 0f07d6ce6fd140ea0985c5d066a8d620d13846dc /httemplate/view/cust_main/qual_link.html | |
parent | 663b89d06a2c97fb0e7915ba409310fbefefea98 (diff) |
-small svc_dsl UI and flow changes, RT7111
-finish basic qualifications, except prospect support, RT7111
Diffstat (limited to 'httemplate/view/cust_main/qual_link.html')
-rw-r--r-- | httemplate/view/cust_main/qual_link.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/qual_link.html b/httemplate/view/cust_main/qual_link.html index 077142c0a..b8dfaf9b2 100644 --- a/httemplate/view/cust_main/qual_link.html +++ b/httemplate/view/cust_main/qual_link.html @@ -1,7 +1,7 @@ <% include( '/elements/popup_link-cust_main.html', 'action' => $p. 'misc/qual.html', - 'label' => 'Service Qualification', - 'actionlabel' => 'Service Qualification', + 'label' => 'New Qualification', + 'actionlabel' => 'New Qualification', 'color' => '#333399', 'cust_main' => $cust_main, 'closetext' => 'Close', |