From a0260f9baf5d330965df90af0fbe76825c1b2515 Mon Sep 17 00:00:00 2001 From: Marc Date: Wed, 5 Oct 2016 16:08:52 +0200 Subject: [PATCH] Bug 17403: Patron deletion page: Fix title and breadcrumb Title and breadcrumb of patron deletion page (deletemember.pl) say: "Can't Delete Patron". This should be changed to "Delete patron". To verify: - Go to a patron's detail page - Toolbar : More : Delete Result: You get a question: "Are you sure...", but title and breadcrumb say: "Can't Delete Patron" rsp "Cant delete patron" To test: - Apply patch - Repeat steps above. - Verify that title and breadcrumb display properly, including patron's name Signed-off-by: Claire Gravely https://bugs.koha-community.org/show_bug.cgi?id=17404 --- koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt index 4f106ac..82ba917 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/deletemem.tt @@ -1,12 +1,12 @@ [% INCLUDE 'doc-head-open.inc' %] -Koha › Can't Delete Patron +Koha › Delete patron [% firstname %] [% surname %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %] - +
-- 2.1.4