From: Galen Charlton Date: Mon, 29 Apr 2019 14:56:14 +0000 (-0400) Subject: LP#1826890: set page title for Statistical Popularity Badges admin page X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=73e072c080b0765c09614300117a33382e92783f;p=Evergreen.git LP#1826890: set page title for Statistical Popularity Badges admin page To test ------- [1] In the browser client, navigate to Local Administration -> Statistical Popularity Badges [2] Note that the web browser's tab header doesn't display a title for the page, just the URL. [3] Apply the patch and reload the page. This time, a page title should be dispayed in the browser's tab header. Signed-off-by: Galen Charlton Signed-off-by: Garry Collum Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/staff/admin/local/rating/badge.tt2 b/Open-ILS/src/templates/staff/admin/local/rating/badge.tt2 index ce66fc0927..771dfc36ba 100644 --- a/Open-ILS/src/templates/staff/admin/local/rating/badge.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/rating/badge.tt2 @@ -1,6 +1,6 @@ [% WRAPPER 'staff/base.tt2'; - ctx.page_type = l('Statistical Popularity Badges'); + ctx.page_title = l('Statistical Popularity Badges'); ctx.page_app = 'egAdminRating'; ctx.page_ctrl = 'Badges'; %]