Bug 27713: Duplicate search field IDs in MARC framework administration template
authorOwen Leonard <oleonard@myacpl.org>
Tue, 16 Feb 2021 13:48:04 +0000 (13:48 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 23 Feb 2021 12:16:07 +0000 (13:16 +0100)
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>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt

index 1aeb3a07661dd568b48f7c1cf829204db5658353..beed047e47cd62ff3fcf3eff90c2be7fbfc460d5 100644 (file)
 [% 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">