From 2bc24502ebcb9c77b3d63604f79fbf2fef710226 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Fri, 15 Nov 2013 00:18:18 +0000 Subject: [PATCH] Bug 9261: (follow-up) improving implementation of page title and breadcrumbs This patch improves how the page title and breadcrumbs for the patron purchase suggestions page are generated by: * removing references to a template variable that is not set by the script * using the patron-title.inc template include consistently Signed-off-by: Galen Charlton --- .../prog/en/modules/members/purchase-suggestions.tt | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt index ea34d50d6b..58e8e240f5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt @@ -1,11 +1,5 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Patrons › -[% IF ( unknowuser ) %] - Patron does not exist -[% ELSE %] - Purchase suggestions for [% INCLUDE 'patron-title.inc' %] -[% END %] - +Koha › Patrons › Purchase suggestions for [% INCLUDE 'patron-title.inc' %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] @@ -28,7 +22,7 @@
-- 2.39.2