From 81a5bce5a1865cbbcbc7630fb055e1aff4f60cf4 Mon Sep 17 00:00:00 2001 From: Mike Rylander Date: Fri, 8 Apr 2016 11:31:49 -0400 Subject: [PATCH] Add better page titles Signed-off-by: Mike Rylander --- Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 | 1 + Open-ILS/src/templates/staff/admin/local/autoGridEditor/ccat.tt2 | 1 + 2 files changed, 2 insertions(+) diff --git a/Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 b/Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 index 301834d7e5..eab1609f70 100644 --- a/Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/autoGridEditor/acas.tt2 @@ -1,3 +1,4 @@ +[% ctx.page_title = l("Copy Alert Suppression"); %]
diff --git a/Open-ILS/src/templates/staff/admin/local/autoGridEditor/ccat.tt2 b/Open-ILS/src/templates/staff/admin/local/autoGridEditor/ccat.tt2 index 9581afc8d1..36a2874dd9 100644 --- a/Open-ILS/src/templates/staff/admin/local/autoGridEditor/ccat.tt2 +++ b/Open-ILS/src/templates/staff/admin/local/autoGridEditor/ccat.tt2 @@ -1,3 +1,4 @@ +[% ctx.page_title = l("Copy Alert Types"); %]
-- 2.11.0