From: Chris Sharp Date: Fri, 22 Mar 2019 17:04:01 +0000 (-0400) Subject: add PINES customizations X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d3b0cd888f4fa05ce37976db2f171d9664e85960;p=contrib%2Fpines%2Freport-creator.git add PINES customizations Signed-off-by: Chris Sharp --- diff --git a/config/production.config.php b/config/production.config.php index be66c2e..37cb6db 100644 --- a/config/production.config.php +++ b/config/production.config.php @@ -11,8 +11,8 @@ define ('QR_REPORT_TRANSFORM_START_YEAR', '2006'); //page headings define ('QR_DEFAULT_LOGO_TEXT', 'Quick Reports'); define ('QR_DEFAULT_TITLE_TAG_TEXT', 'Quick Reports'); -define ('QR_HOME_PAGE_WELCOME_TEXT', 'Welcome to the Evergreen Quick Reports Tool'); -define ('QR_LOGIN_PAGE_WELCOME_TEXT', 'Welcome to the Evergreen Quick Reports Tool.'); +define ('QR_HOME_PAGE_WELCOME_TEXT', 'Welcome to the PINES Quick Reports Tool'); +define ('QR_LOGIN_PAGE_WELCOME_TEXT', 'Welcome to the PINES Quick Reports Tool.'); define ('QR_PAGE_FOOTER_TEXT', ''); //executive reports @@ -20,9 +20,9 @@ define ('QR_EXECUTIVE_REPORTS_ENABLED', true); define ('QR_EXECUTIVE_REPORTS_START_YEAR', '2016'); define ('QR_EXECUTIVE_REPORTS_ADDITIONAL_ALLOWED_PERMISSIONS', '141,143'); define ('QR_EXECUTIVE_REPORTS_DESCRIPTION_URL', ''); -define ('QR_EXECUTIVE_REPORTS_TITLE_TAG_TEXT', 'Evergreen Executive Reports'); -define ('QR_EXECUTIVE_REPORTS_OUTPUT_HEADER_TITLE', 'Evergreen Executive Reports'); -define ('QR_EXECUTIVE_REPORTS_CONSORTIUM_COLUMN_HEADING', 'Evergreen'); +define ('QR_EXECUTIVE_REPORTS_TITLE_TAG_TEXT', 'PINES Executive Reports'); +define ('QR_EXECUTIVE_REPORTS_OUTPUT_HEADER_TITLE', 'PINES Executive Reports'); +define ('QR_EXECUTIVE_REPORTS_CONSORTIUM_COLUMN_HEADING', 'PINES'); define ('QR_EXECUTIVE_REPORTS_ZERO_VALUE', '---'); define ('QR_EXECUTIVE_REPORTS_TOTAL_KEY', '__total__'); define ('QR_EXECUTIVE_REPORTS_SUBREPORT_PADDING', '     ');