Bugzilla – Attachment 117161 Details for
Bug 27713
Duplicate search field IDs in MARC framework administration template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27713: Duplicate search field IDs in MARC framework administration template
Bug-27713-Duplicate-search-field-IDs-in-MARC-frame.patch (text/plain), 1.86 KB, created by
Martin Renvoize (ashimema)
on 2021-02-22 16:06:22 UTC
(
hide
)
Description:
Bug 27713: Duplicate search field IDs in MARC framework administration template
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-02-22 16:06:22 UTC
Size:
1.86 KB
patch
obsolete
>From 5049dc6fd378892b803d45d5b7f99d900599887f Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 16 Feb 2021 13:48:04 +0000 >Subject: [PATCH] Bug 27713: Duplicate search field IDs in MARC framework > administration template > >This patch makes a minor change to the MARC framework administration >template so that the ID of a form field on the page isn't a duplicate of >one in the header search form. > >To test, apply the patch and go to Administration -> MARC bibliographic >framework -> MARC structure. > >- Test the "Search for tag" form field to confirm that it works > correctly. >- Validate the HTML of the page to confirm that there are no "Duplicate > ID" errors. > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >index 1aeb3a0766..beed047e47 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >@@ -159,8 +159,8 @@ > [% IF ( else ) %] > <form name="f" action="[% script_name | html %]" method="post"> > <fieldset style="padding:.5em;"> >- <label for="searchfield"><strong>Search for tag:</strong> </label> >- <input type="text" name="searchfield" id="searchfield" size="4" value="[% searchfield | html %]" /> >+ <label for="tag_search"><strong>Search for tag:</strong> </label> >+ <input type="text" name="searchfield" id="tag_search" size="4" value="[% searchfield | html %]" /> > > <label for="frameworkcode"><strong>In framework:</strong> </label> > <select id="frameworkcode" name="frameworkcode"> >-- >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 27713
:
116925
|
117121
| 117161