Bugzilla – Attachment 126010 Details for
Bug 24698
UNIMARC authorities leader plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24698: (follow-up) remove HTML select option for Series
Bug-24698-follow-up-remove-HTML-select-option-for-.patch (text/plain), 1.68 KB, created by
Joonas Kylmälä
on 2021-10-10 09:06:42 UTC
(
hide
)
Description:
Bug 24698: (follow-up) remove HTML select option for Series
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2021-10-10 09:06:42 UTC
Size:
1.68 KB
patch
obsolete
>From 75fddc97fe02c32acb561050c3d53ef78c687053 Mon Sep 17 00:00:00 2001 >From: George Veranis <gveranis@dataly.gr> >Date: Fri, 8 Oct 2021 10:14:55 +0200 >Subject: [PATCH] Bug 24698: (follow-up) remove HTML select option for Series >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >The IFLA authorities format specification defines only the letters a-l >as possible values for authority leader 000 character position 9 ("Type >of entity"). Therefore, the first option from the HTML select dropdown >menu (" - Series") must be removed. > >Mentored-by: Andreas Roussos <a.roussos@dataly.gr> > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> >--- > .../cataloguing/value_builder/unimarc_leader_authorities.tt | 6 ------ > 1 file changed, 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader_authorities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader_authorities.tt >index 28fd03554b..390a7cc67d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader_authorities.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_leader_authorities.tt >@@ -68,12 +68,6 @@ > <td><label for="f9">9- Type of entity</label></td> > <td> > <select name="f9" id="f9"> >- [% IF ( f9 ) %] >- <option value=" " selected="selected"> - Series</option> >- [% ELSE %] >- <option value=" "> - Series</option> >- [% END %] >- > [% IF ( f9a ) %] > <option value="a" selected="selected">a - Personal name entry</option> > [% ELSE %] >-- >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 24698
:
118186
|
124437
|
125669
|
125670
|
125671
|
125672
|
125673
|
125674
|
125675
|
125676
|
125677
|
125678
|
125679
|
125680
|
125929
|
125930
|
125931
|
125932
|
125933
|
125934
|
125935
|
125936
|
125937
|
125938
|
125939
|
125940
|
125998
|
125999
|
126000
|
126001
|
126002
|
126003
|
126004
|
126005
|
126006
|
126007
|
126008
|
126009
| 126010