Bugzilla – Attachment 67483 Details for
Bug 18449
Renewal limit button on renew.pl misleading
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18449: Rename misleading button when renewing
Bug-18449-Rename-misleading-button-when-renewing.patch (text/plain), 1.52 KB, created by
Dominic Pichette
on 2017-09-29 18:20:04 UTC
(
hide
)
Description:
Bug 18449: Rename misleading button when renewing
Filename:
MIME Type:
Creator:
Dominic Pichette
Created:
2017-09-29 18:20:04 UTC
Size:
1.52 KB
patch
obsolete
>From 80cac195f33598691847ecd007021ddc9b78c3ba Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 27 Sep 2017 16:04:04 -0300 >Subject: [PATCH] Bug 18449: Rename misleading button when renewing > >If you hit the renewal limit on the renewal tab, the message gives you a >message like: > >"Windows 8 / ( 50610018249545 ) has been renewed the maximum number of >times by Johnny Test ( 12345678 )" > >And has a button that reads: > >"Ignore and continue" > >This button is misleading, as it may be interpreted as "ignore the limit >and continue to renew the item". > >Signed-off-by: Dominic Pichette <dominic@inlibro.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >index dbcc096..1008727 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >@@ -124,7 +124,7 @@ > [% END %] > > <form method="get" action="/cgi-bin/koha/circ/renew.pl"> >- <button type="submit" class="deny"><i class="fa fa-times"></i> Ignore and continue</button> >+ <button type="submit" class="deny"><i class="fa fa-times"></i> Continue without renewing</button> > </form> > </div> > [% END %] >-- >2.7.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 18449
:
67413
|
67483
|
67754