Bugzilla – Attachment 117478 Details for
Bug 8976
Default sequence of subfields in cataloguing and item editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8976: (follow-up) Code cleaning
Bug-8976-follow-up-Code-cleaning.patch (text/plain), 3.08 KB, created by
Jonathan Druart
on 2021-03-02 09:38:39 UTC
(
hide
)
Description:
Bug 8976: (follow-up) Code cleaning
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2021-03-02 09:38:39 UTC
Size:
3.08 KB
patch
obsolete
>From f3565f7a9ad58ed656ef211dcc5d2bc856fce24f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 2 Mar 2021 10:38:10 +0100 >Subject: [PATCH] Bug 8976: (follow-up) Code cleaning > >--- > .../modules/admin/auth_subfields_structure.tt | 20 +++++++++---------- > 1 file changed, 9 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >index ee507e0fda..8325c171c1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/auth_subfields_structure.tt >@@ -223,25 +223,23 @@ > [% IF ( delete_confirm ) %] > > <div class="dialog alert"> >- <h3>Delete subfield <span class="ex">'[% tagsubfield | html %]'?</span></h3> >+ <h3>Delete subfield <span class="ex">'[% ass.tagsubfield | html %]'?</span></h3> > <form action="[% delete_link | html %]" method="post"> > <input type="hidden" name="op" value="delete_confirmed" /> > <table> >- <tr><th scope="row">Subfield:</th> <td>[% tagsubfield | html %]</td></tr> >- <tr><th scope="row">Description:</th> <td>[% liblibrarian | html_entity %]</td></tr> >+ <tr><th scope="row">Subfield:</th> <td>[% ass.tagsubfield | html %]</td></tr> >+ <tr><th scope="row">Description:</th> <td>[% ass.liblibrarian | html_entity %]</td></tr> > </table> >- <input type="hidden" name="searchfield" value="[% searchfield | html %]" /> >- <input type="hidden" name="tagfield" value="[% tagfield | html %]" /> >- <input type="hidden" name="tagsubfield" value="[% tagsubfield | html %]" /> >- <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" /> >+ <input type="hidden" name="tagfield" value="[% ass.tagfield | html %]" /> >+ <input type="hidden" name="tagsubfield" value="[% ass.tagsubfield | html %]" /> >+ <input type="hidden" name="authtypecode" value="[% ass.authtypecode | html %]" /> > <button type="submit" class="approve"><i class="fa fa-fw fa-check"></i> Yes, delete this subfield</button> > </form> > > <form action="[% delete_link | html %]" method="get"> >- <input type="hidden" name="searchfield" value="[% searchfield | html %]" /> >- <input type="hidden" name="tagfield" value="[% tagfield | html %]" /> >- <input type="hidden" name="tagsubfield" value="[% tagsubfield | html %]" /> >- <input type="hidden" name="authtypecode" value="[% authtypecode | html %]" /> >+ <input type="hidden" name="tagfield" value="[% ass.tagfield | html %]" /> >+ <input type="hidden" name="tagsubfield" value="[% ass.tagsubfield | html %]" /> >+ <input type="hidden" name="authtypecode" value="[% ass.authtypecode | html %]" /> > <button type="submit" class="deny"><i class="fa fa-fw fa-remove"></i> No, do not delete</button> > </form> > </form></div> >-- >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 8976
:
114345
|
114346
|
114347
|
114348
|
114349
|
114350
|
114351
|
114352
|
114353
|
114354
|
114355
|
114492
|
114493
|
114494
|
114495
|
114496
|
114497
|
114498
|
117147
|
117148
|
117149
|
117150
|
117151
|
117152
|
117153
|
117268
|
117269
|
117270
|
117271
|
117272
|
117273
|
117274
|
117275
|
117276
|
117477
| 117478