Bugzilla – Attachment 153305 Details for
Bug 34232
Item groups dropdown on add item form does not respect display order
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34232: (QA follow-up) Remove superfluous "Use:" from each list entry
Bug-34232-QA-follow-up-Remove-superfluous-Use-from.patch (text/plain), 1.41 KB, created by
Katrin Fischer
on 2023-07-10 21:32:59 UTC
(
hide
)
Description:
Bug 34232: (QA follow-up) Remove superfluous "Use:" from each list entry
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-07-10 21:32:59 UTC
Size:
1.41 KB
patch
obsolete
>From c476c0fa5d8b688c0a7c6f3460daf534b6379f5d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Mon, 10 Jul 2023 21:30:41 +0000 >Subject: [PATCH] Bug 34232: (QA follow-up) Remove superfluous "Use:" from each > list entry > >We do have a heading "Use existing item groups" above the >entries. The added "Use:" in front of each entry is not requires and >makes entries longer and harder to scan. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >index 454e38dd96..950c68572b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt >@@ -251,7 +251,7 @@ > <select name="item_group" id="item-group-add-or-create-form-select"> > <optgroup label="Use existing item group"> > [% FOREACH ig IN item_groups %] >- <option value="[% ig.id | html %]">Use: [% ig.description | html %]</option> >+ <option value="[% ig.id | html %]">[% ig.description | html %]</option> > [% END %] > </optgroup> > <optgroup label="Other options"> >-- >2.30.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 34232
:
153203
|
153204
|
153304
| 153305