Bugzilla – Attachment 71373 Details for
Bug 20133
"Hide patron information" feature should not affect all library groups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20133 [QA Followup] - Tweak new 'group features' section
Bug-20133-QA-Followup---Tweak-new-group-features-s.patch (text/plain), 2.92 KB, created by
Kyle M Hall (khall)
on 2018-02-09 11:44:15 UTC
(
hide
)
Description:
Bug 20133 [QA Followup] - Tweak new 'group features' section
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2018-02-09 11:44:15 UTC
Size:
2.92 KB
patch
obsolete
>From d18c10a7bad6b0ea4a8927d4790293710fd1df14 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatetsolutions.com> >Date: Wed, 7 Feb 2018 12:41:10 -0500 >Subject: [PATCH] Bug 20133 [QA Followup] - Tweak new 'group features' section > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/admin/library_groups.tt | 22 ++++++++++++++-------- > 1 file changed, 14 insertions(+), 8 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >index 2b908d9..3d90144 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt >@@ -188,10 +188,13 @@ > <label for="add-group-modal-description">Description: </label> > <input type="text" name="description" id="add-group-modal-description" /> > </p> >- <p> >- <label for="add-group-modal-ft_hide_patron_info">Feature hide patron's info</label> >- <input type="checkbox" name="ft_hide_patron_info" id="add-group-modal-ft_hide_patron_info" value="1" /> >- </p> >+ <h3>Features</h3> >+ <div class="checkbox"> >+ <label> >+ <input type="checkbox" name="ft_hide_patron_info" id="add-group-modal-ft_hide_patron_info" value="1" /> >+ Limit patron data access by group >+ </label> >+ </div> > </div> > <div class="modal-footer"> > <button type="submit" class="btn btn-primary">Save</button> >@@ -223,10 +226,13 @@ > <label for="edit-group-modal-description">Description: </label> > <input type="text" id="edit-group-modal-description" name="description" value="" /> > </p> >- <p> >- <label for="edit-group-modal-ft_hide_patron_info">Feature hide patron's info</label> >- <input type="checkbox" id="edit-group-modal-ft_hide_patron_info" name="ft_hide_patron_info" value="1" /> >- </p> >+ <h3>Features</h3> >+ <div class="checkbox"> >+ <label> >+ <input type="checkbox" id="edit-group-modal-ft_hide_patron_info" name="ft_hide_patron_info" value="1" /> >+ Limit patron data access by group >+ </label> >+ </div> > </div> > <div class="modal-footer"> > <button type="submit" class="btn btn-primary">Update</button> >-- >2.10.2
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 20133
:
71156
|
71157
|
71158
|
71159
|
71296
|
71368
|
71369
|
71370
|
71371
|
71372
| 71373