Bugzilla – Attachment 125677 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: (QA follow-up) Use spaces instead of tabs
Bug-24698-QA-follow-up-Use-spaces-instead-of-tabs.patch (text/plain), 12.36 KB, created by
Joonas Kylmälä
on 2021-10-03 12:33:17 UTC
(
hide
)
Description:
Bug 24698: (QA follow-up) Use spaces instead of tabs
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2021-10-03 12:33:17 UTC
Size:
12.36 KB
patch
obsolete
>From ecd15bf136aca161745be23b2105087d104a12a1 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= <joonas.kylmala@iki.fi> >Date: Sun, 3 Oct 2021 12:16:36 +0000 >Subject: [PATCH] Bug 24698: (QA follow-up) Use spaces instead of tabs > >This makes the QA script happy. >--- > .../unimarc_leader_authorities.tt | 358 +++++++++--------- > 1 file changed, 179 insertions(+), 179 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 25a21ca611..2e4e1a2b79 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 >@@ -8,193 +8,193 @@ > <input name="plugin_name" value="unimarc_leader_authorities.pl" type="hidden"> > > <table> >- <tr> >- <td>1-4 Record length</td> >- <td>(auto-calculated)</td> >- </tr> >- <tr> >- <td><label for="f5">5- Record status</label></td> >- <td> >- <select name="f5" id="f5" size="1"> >- [% IF ( f5c ) %] >- <option value="c" selected="selected">c - Corrected or revised</option> >- [% ELSE %] >- <option value="c">c - Corrected or revised</option> >- [% END %] >- [% IF ( f5d ) %] >- <option value="d" selected="selected">d - Deleted</option> >- [% ELSE %] >- <option value="d">d - Deleted</option> >- [% END %] >- [% IF ( f5n ) %] >- <option value="n" selected="selected">n - New</option> >- [% ELSE %] >- <option value="n">n - New</option> >- [% END %] >- </select> >- </td> >- </tr> >- <tr> >- <td><label for="f6">6- Type of record</label></td> >- <td> >- <select name="f6" id="f6" size="1"> >- [% IF ( f6x ) %] >- <option value="x" selected="selected">x - Authority entry record</option> >- [% ELSE %] >- <option value="x">x - Authority entry record</option> >- [% END %] >- >- [% IF ( f6y ) %] >- <option value="y" selected="selected">y - Reference entry record</option> >- [% ELSE %] >- <option value="y">y - Reference entry record</option> >- [% END %] >- >- [% IF ( f6z ) %] >- <option value="z" selected="selected">z - General explanatory entry record</option> >- [% ELSE %] >- <option value="z">z - General explanatory entry record</option> >- [% END %] >- >- </select> >- </td> >- </tr> >- <tr> >- <td><label for="f7">7-8 Undefined</label></td> >- <td></td> >- </tr> >- >- <tr> >- <td><label for="f9">9- Type of entity</label></td> >- <td> >- <select name="f9" id="f9" size="1"> >- [% 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 %] >- <option value="a">a - Personal name entry</option> >- [% END %] >- >- [% IF ( f9b ) %] >- <option value="b" selected="selected">b - Corporate name entry</option> >- [% ELSE %] >- <option value="b">b - Corporate name entry</option> >- [% END %] >- >- [% IF ( f9c ) %] >- <option value="c" selected="selected">c - Territorial or geographical name</option> >- [% ELSE %] >- <option value="c">c - Territorial or geographical name</option> >- [% END %] >- >- [% IF ( f9d ) %] >- <option value="d" selected="selected">d - Trademark</option> >- [% ELSE %] >- <option value="d">d - Trademark</option> >- [% END %] >- >- [% IF ( f9e ) %] >- <option value="e" selected="selected">e - Family name</option> >- [% ELSE %] >- <option value="e">e - Family name</option> >- [% END %] >- >- [% IF ( f9f ) %] >- <option value="f" selected="selected">f - Uniform name</option> >- [% ELSE %] >- <option value="f">f - Uniform name</option> >- [% END %] >- >- [% IF ( f9g ) %] >- <option value="g" selected="selected">g - Collective uniform name</option> >- [% ELSE %] >- <option value="g">g - Collective uniform name</option> >- [% END %] >- >- [% IF ( f9h ) %] >- <option value="h" selected="selected">h - Name/title</option> >- [% ELSE %] >- <option value="h">h - Name/title</option> >- [% END %] >- >- [% IF ( f9i ) %] >- <option value="i" selected="selected">i - Name/collective uniform title</option> >- [% ELSE %] >- <option value="i">i - Name/collective uniform title</option> >- [% END %] >- >- [% IF ( f9j ) %] >- <option value="j" selected="selected">j - Topical subject</option> >- [% ELSE %] >- <option value="j">j - Topical subject</option> >- [% END %] >- >- [% IF ( f9k ) %] >- <option value="k" selected="selected">k - Place access</option> >- [% ELSE %] >- <option value="k">k - Place access</option> >- [% END %] >- >- [% IF ( f9l ) %] >- <option value="l" selected="selected">l - Form, genre or physical characteristics</option> >- [% ELSE %] >- <option value="l">l - Form, genre or physical characteristics</option> >- [% END %] >- >- </select> >- </td> >- </tr> >- <tr> >- <td><label for="f10">10-16 indicator/subfields/size</label></td> >- <td>(auto-calculated)</td> >- </tr> >- >- <tr> >- <td><label for="f17">17- Encoding level</label></td> >- <td> >- <select name="f17" id="f17" size="1"> >- [% IF ( f17space ) %] >- <option value=" " selected="selected"> - Full</option> >- [% ELSE %] >- <option value=" "> - Full</option> >- [% END %] >- [% IF ( f183 ) %] >- <option value="3" selected="selected">3 - Partial</option> >- [% ELSE %] >- <option value="3">3 - Partial</option> >- [% END %] >- </select> >- </td> >- </tr> >- >- <tr> >- <td>18-19 Undefined</td> >- <td></td> >- </tr> >- >- <tr> >- <td>20-24 Entry map & lengths</td> >- <td>(auto-filled)</td> >- </tr> >+ <tr> >+ <td>1-4 Record length</td> >+ <td>(auto-calculated)</td> >+ </tr> >+ <tr> >+ <td><label for="f5">5- Record status</label></td> >+ <td> >+ <select name="f5" id="f5" size="1"> >+ [% IF ( f5c ) %] >+ <option value="c" selected="selected">c - Corrected or revised</option> >+ [% ELSE %] >+ <option value="c">c - Corrected or revised</option> >+ [% END %] >+ [% IF ( f5d ) %] >+ <option value="d" selected="selected">d - Deleted</option> >+ [% ELSE %] >+ <option value="d">d - Deleted</option> >+ [% END %] >+ [% IF ( f5n ) %] >+ <option value="n" selected="selected">n - New</option> >+ [% ELSE %] >+ <option value="n">n - New</option> >+ [% END %] >+ </select> >+ </td> >+ </tr> >+ <tr> >+ <td><label for="f6">6- Type of record</label></td> >+ <td> >+ <select name="f6" id="f6" size="1"> >+ [% IF ( f6x ) %] >+ <option value="x" selected="selected">x - Authority entry record</option> >+ [% ELSE %] >+ <option value="x">x - Authority entry record</option> >+ [% END %] >+ >+ [% IF ( f6y ) %] >+ <option value="y" selected="selected">y - Reference entry record</option> >+ [% ELSE %] >+ <option value="y">y - Reference entry record</option> >+ [% END %] >+ >+ [% IF ( f6z ) %] >+ <option value="z" selected="selected">z - General explanatory entry record</option> >+ [% ELSE %] >+ <option value="z">z - General explanatory entry record</option> >+ [% END %] >+ >+ </select> >+ </td> >+ </tr> >+ <tr> >+ <td><label for="f7">7-8 Undefined</label></td> >+ <td></td> >+ </tr> >+ >+ <tr> >+ <td><label for="f9">9- Type of entity</label></td> >+ <td> >+ <select name="f9" id="f9" size="1"> >+ [% 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 %] >+ <option value="a">a - Personal name entry</option> >+ [% END %] >+ >+ [% IF ( f9b ) %] >+ <option value="b" selected="selected">b - Corporate name entry</option> >+ [% ELSE %] >+ <option value="b">b - Corporate name entry</option> >+ [% END %] >+ >+ [% IF ( f9c ) %] >+ <option value="c" selected="selected">c - Territorial or geographical name</option> >+ [% ELSE %] >+ <option value="c">c - Territorial or geographical name</option> >+ [% END %] >+ >+ [% IF ( f9d ) %] >+ <option value="d" selected="selected">d - Trademark</option> >+ [% ELSE %] >+ <option value="d">d - Trademark</option> >+ [% END %] >+ >+ [% IF ( f9e ) %] >+ <option value="e" selected="selected">e - Family name</option> >+ [% ELSE %] >+ <option value="e">e - Family name</option> >+ [% END %] >+ >+ [% IF ( f9f ) %] >+ <option value="f" selected="selected">f - Uniform name</option> >+ [% ELSE %] >+ <option value="f">f - Uniform name</option> >+ [% END %] >+ >+ [% IF ( f9g ) %] >+ <option value="g" selected="selected">g - Collective uniform name</option> >+ [% ELSE %] >+ <option value="g">g - Collective uniform name</option> >+ [% END %] >+ >+ [% IF ( f9h ) %] >+ <option value="h" selected="selected">h - Name/title</option> >+ [% ELSE %] >+ <option value="h">h - Name/title</option> >+ [% END %] >+ >+ [% IF ( f9i ) %] >+ <option value="i" selected="selected">i - Name/collective uniform title</option> >+ [% ELSE %] >+ <option value="i">i - Name/collective uniform title</option> >+ [% END %] >+ >+ [% IF ( f9j ) %] >+ <option value="j" selected="selected">j - Topical subject</option> >+ [% ELSE %] >+ <option value="j">j - Topical subject</option> >+ [% END %] >+ >+ [% IF ( f9k ) %] >+ <option value="k" selected="selected">k - Place access</option> >+ [% ELSE %] >+ <option value="k">k - Place access</option> >+ [% END %] >+ >+ [% IF ( f9l ) %] >+ <option value="l" selected="selected">l - Form, genre or physical characteristics</option> >+ [% ELSE %] >+ <option value="l">l - Form, genre or physical characteristics</option> >+ [% END %] >+ >+ </select> >+ </td> >+ </tr> >+ <tr> >+ <td><label for="f10">10-16 indicator/subfields/size</label></td> >+ <td>(auto-calculated)</td> >+ </tr> >+ >+ <tr> >+ <td><label for="f17">17- Encoding level</label></td> >+ <td> >+ <select name="f17" id="f17" size="1"> >+ [% IF ( f17space ) %] >+ <option value=" " selected="selected"> - Full</option> >+ [% ELSE %] >+ <option value=" "> - Full</option> >+ [% END %] >+ [% IF ( f183 ) %] >+ <option value="3" selected="selected">3 - Partial</option> >+ [% ELSE %] >+ <option value="3">3 - Partial</option> >+ [% END %] >+ </select> >+ </td> >+ </tr> >+ >+ <tr> >+ <td>18-19 Undefined</td> >+ <td></td> >+ </tr> >+ >+ <tr> >+ <td>20-24 Entry map & lengths</td> >+ <td>(auto-filled)</td> >+ </tr> > </table> > <fieldset class="action"><input type="submit" value="OK" onclick="report();" /> <a href="#" class="cancel close">Cancel</a></fieldset> > </form> > <script type="text/javascript"> > //<![CDATA[ > function report() { >- var doc = opener.document; >- var field = doc.getElementById("[% index %]"); >+ var doc = opener.document; >+ var field = doc.getElementById("[% index %]"); > >- field.value =' '+document.f_pop.f5.value+document.f_pop.f6.value+' '+document.f_pop.f9.value+'22 '+document.f_pop.f17.value+' '+'45 '; >+ field.value =' '+document.f_pop.f5.value+document.f_pop.f6.value+' '+document.f_pop.f9.value+'22 '+document.f_pop.f17.value+' '+'45 '; > >- self.close(); >- return false; >- } >+ self.close(); >+ return false; >+} > //]]> > </script> > >-- >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