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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt (-3 / +1 lines)
Lines 330-339 Link Here
330
                            </form>
330
                            </form>
331
331
332
332
333
                            <form action="[% script_name | html %]" method="post">
333
                            <form action="[% script_name | html %]" method="get">
334
                                [% INCLUDE 'csrf-token.inc' %]
335
                                <input type="hidden" name="tagfield" value="[% mss.tagfield | html %]" />
334
                                <input type="hidden" name="tagfield" value="[% mss.tagfield | html %]" />
336
                                <input type="hidden" name="tagsubfield" value="[% mss.tagsubfield | html %]" />
337
                                <input type="hidden" name="frameworkcode" value="[% mss.frameworkcode | html %]" />
335
                                <input type="hidden" name="frameworkcode" value="[% mss.frameworkcode | html %]" />
338
                                <button type="submit" class="btn btn-default deny"><i class="fa fa-fw fa-times"></i> No, do not delete</button>
336
                                <button type="submit" class="btn btn-default deny"><i class="fa fa-fw fa-times"></i> No, do not delete</button>
339
                            </form>
337
                            </form>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt (-3 / +1 lines)
Lines 214-221 Link Here
214
214
215
215
216
[% IF ( else ) %]
216
[% IF ( else ) %]
217
<form name="f" action="[% script_name | html %]" method="post">
217
<form name="f" action="[% script_name | html %]" method="get">
218
    [% INCLUDE 'csrf-token.inc' %]
219
<fieldset style="padding:.5em;">
218
<fieldset style="padding:.5em;">
220
        <label for="tag_search"><strong>Search for tag:</strong> </label>
219
        <label for="tag_search"><strong>Search for tag:</strong> </label>
221
        <input type="text" name="searchfield" id="tag_search" size="4" value="[% searchfield | html %]" />
220
        <input type="text" name="searchfield" id="tag_search" size="4" value="[% searchfield | html %]" />
222
- 

Return to bug 37766