Bugzilla – Attachment 109364 Details for
Bug 19889
LocalHoldsPriority needs exclusions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19889: Add select2 class to the new dropdown list
Bug-19889-Add-select2-class-to-the-new-dropdown-li.patch (text/plain), 1.34 KB, created by
Jonathan Druart
on 2020-08-31 12:45:13 UTC
(
hide
)
Description:
Bug 19889: Add select2 class to the new dropdown list
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-08-31 12:45:13 UTC
Size:
1.34 KB
patch
obsolete
>From a5dfbe6eddbc0ff9c3ee3fa6ba1a8880ea948a9c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 31 Aug 2020 14:44:10 +0200 >Subject: [PATCH] Bug 19889: Add select2 class to the new dropdown list > >This is needed since bug 25727. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >index d182c78b6e..a0c8c83168 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >@@ -341,7 +341,7 @@ $(document).ready(function(){ > <li> > <div class="subfield_line"> > <label for="exclude_from_local_holds_priority">Exclude from local holds priority:</label> >- <select id="exclude_from_local_holds_priority" name="exclude_from_local_holds_priority" class="input_marceditor" style="width: 50px"> >+ <select id="exclude_from_local_holds_priority" name="exclude_from_local_holds_priority" class="input_marceditor select2" style="width: 50px"> > <option selected></option> > <option value="1">Yes</option> > <option value="0">No</option> >-- >2.20.1
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 19889
:
105715
|
105716
|
105717
|
105718
|
106435
|
106436
|
106437
|
106438
|
106439
|
106440
|
106441
|
106442
|
107180
|
107187
|
107188
|
107189
|
107190
|
107191
|
107192
|
107193
|
107194
|
107195
|
107196
|
107908
|
107909
|
107910
|
107911
|
107912
|
107913
|
107926
|
107927
|
107928
|
107929
|
107930
|
107931
|
107948
|
108213
|
108214
|
108215
|
108216
|
108217
|
108218
|
108219
|
108220
|
108593
|
108594
|
108595
|
108725
|
108726
|
108728
|
109131
|
109132
|
109285
| 109364 |
109419