View | Details | Raw Unified | Return to bug 27713
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-3 / +2 lines)
Lines 159-166 Link Here
159
[% IF ( else ) %]
159
[% IF ( else ) %]
160
<form name="f" action="[% script_name | html %]" method="post">
160
<form name="f" action="[% script_name | html %]" method="post">
161
<fieldset style="padding:.5em;">
161
<fieldset style="padding:.5em;">
162
        <label for="searchfield"><strong>Search for tag:</strong> </label>
162
        <label for="tag_search"><strong>Search for tag:</strong> </label>
163
        <input type="text" name="searchfield" id="searchfield" size="4" value="[% searchfield | html %]" />
163
        <input type="text" name="searchfield" id="tag_search" size="4" value="[% searchfield | html %]" />
164
164
165
<label for="frameworkcode"><strong>In framework:</strong> </label>
165
<label for="frameworkcode"><strong>In framework:</strong> </label>
166
        <select id="frameworkcode" name="frameworkcode">
166
        <select id="frameworkcode" name="frameworkcode">
167
- 

Return to bug 27713