Bugzilla – Attachment 56095 Details for
Bug 17404
Patron deletion page: Fix title and breadcrumb
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17403: Patron deletion page: Fix title and breadcrumb
Bug-17403-Patron-deletion-page-Fix-title-and-bread.patch (text/plain), 1.92 KB, created by
Claire Gravely
on 2016-10-10 12:32:56 UTC
(
hide
)
Description:
Bug 17403: Patron deletion page: Fix title and breadcrumb
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2016-10-10 12:32:56 UTC
Size:
1.92 KB
patch
obsolete
>From a0260f9baf5d330965df90af0fbe76825c1b2515 Mon Sep 17 00:00:00 2001 >From: Marc <veron@veron.ch> >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 <claire_gravely@hotmail.com> > >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' %] >-<title>Koha › Can't Delete Patron</title> >+<title>Koha › Delete patron [% firstname %] [% surname %]</title> > [% INCLUDE 'doc-head-close.inc' %] > </head> > <body id="pat_deletemem" class="pat"> > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Cannot delete patron</div> >+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › Delete patron [% firstname %] [% surname %]</div> > <div id="doc3" class="yui-t2"> > > <div id="bd"> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17404
:
56056
|
56095
|
56691