Bugzilla – Attachment 65436 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.72 KB, created by
Alex Buckley
on 2017-08-02 20:44:20 UTC
(
hide
)
Description:
Bug 19027 - Circulation rules: Better wording for standard rules for all libraries
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2017-08-02 20:44:20 UTC
Size:
1.72 KB
patch
obsolete
>From 012847db127ba9aaf7cc5e9a477911d2ad3f16a3 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> >--- > 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 0283d80..e8f02b2 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.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 19027
:
65432
|
65436
|
65850