Bugzilla – Attachment 65850 Details for
Bug 19027
Circulation rules: Better wording for standard rules for all libraries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19027 - Circulation rules: Better wording for standard rules for all libraries
Bug-19027---Circulation-rules-Better-wording-for-s.patch (text/plain), 1.80 KB, created by
Jonathan Druart
on 2017-08-10 19:11:36 UTC
(
hide
)
Description:
Bug 19027 - Circulation rules: Better wording for standard rules for all libraries
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-08-10 19:11:36 UTC
Size:
1.80 KB
patch
obsolete
>From 69a88fa985eeafbc7206221856faf56f53889e61 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 2 Aug 2017 18:01:06 +0200 >Subject: [PATCH] Bug 19027 - Circulation rules: Better wording for standard > rules for all libraries > >In Home > Administration > Circulation and fine rules, the standard value for >"Select a library: All libraries" is confusing and leads to support cases. > >Change wording to "Standard rules for all libraries". > >To test: >- Apply patch >- Go to Home > Administration > Circulation and fine rules >- Verfiy that text in drop down 'Select a library' makes sense. > >Followed test plan which works as intended. I agree with the wording it >is significantly clearer than previously >Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index 484aba03ff..5bc44ba1f7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -145,7 +145,7 @@ $(document).ready(function() { > <form method="get" action="/cgi-bin/koha/admin/smart-rules.pl" id="selectlibrary"> > Select a library : > <select name="branch" id="branch" style="width:20em;"> >- <option value="*">All libraries</option> >+ <option value="*">Standard rules for all libraries</option> > [% PROCESS options_for_libraries libraries => Branches.all( selected => current_branch, unfiltered => 1 ) %] > </select> > </form> >-- >2.11.0
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 19027
:
65432
|
65436
| 65850