Bugzilla – Attachment 102522 Details for
Bug 22937
Searching by library groups uses group Title rather than Description
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22937: Add hint to groups editor
Bug-22937-Add-hint-to-groups-editor.patch (text/plain), 1.81 KB, created by
ByWater Sandboxes
on 2020-04-07 17:16:21 UTC
(
hide
)
Description:
Bug 22937: Add hint to groups editor
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2020-04-07 17:16:21 UTC
Size:
1.81 KB
patch
obsolete
>From 8f90a3b6abca535e1573756033fbc3953b482bb7 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 27 Mar 2020 12:01:05 -0400 >Subject: [PATCH] Bug 22937: Add hint to groups editor > >Signed-off-by: Lisette Scheer <lisetteslatah@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/library_groups.tt | 2 ++ > 1 file changed, 2 insertions(+) > >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 8bfc06d61a..edfe7b5ddc 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 >@@ -104,6 +104,7 @@ > <label for="add-group-modal-title">Title: </label> > <input type="text" size="40" maxlength="100" name="title" id="add-group-modal-title" required="required" /> > <span class="required">Required</span> >+ <div class="hint">Displayed in the library group search dropdowns.</div> > </li> > <li> > <label for="add-group-modal-description">Description: </label> >@@ -166,6 +167,7 @@ > <label for="edit-group-modal-title">Title: </label> > <input type="text" size="40" maxlength="100" id="edit-group-modal-title" name="title" value="" required="required" /> > <span class="required">Required</span> >+ <div class="hint">Displayed in the library group search dropdowns.</div> > </li> > > <li> >-- >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 22937
:
90442
|
90448
|
102012
|
102512
|
102522
|
102541