Please enable JavaScript to view this site.

QPR Knowledge Base 2019.1

Navigation: Developer's Guide > Customizing QPR Portal

Adding Metrics Link Settings into the View Settings Dialog in the QPR Modeling Web Client

Scroll Prev Top Next More

Using the Metrics Link Settings dialog you can modify the QPR Metrics link settings. The link to this dialog is not visible by default but you can activate it by customizing the popup_viewsettings.tpl file located in the C:\Documents and Settings\All Users\Application Data\QPR Software\QPR 2019\2019.1\Templates\WAS\PG folder. To add a link to the SC Link Settings into the View Settings dialog in the Process Maps view, remove the comment tags from the following lines in popup_viewsettings.tpl:

 

//  document.write("<table border='0' cellspacing='0' cellpadding='0' width='100%' height='100%'>");

//  document.write("<tr>");

//  WriteToolbarButtonGroupSeparatorHTML();

//  WriteSCSettingsItem();

//  document.write("<\/tr>");

//  document.write("<\/table>");

 

After customizing the template you need to either restart QPR WAS or clear the template cache with the <host name or IP of the server>/<CGI binary folder>/qpr.exe?QPRWAS&*cleartemplatecache request.