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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (+1 lines)
Lines 276-281 Link Here
276
                        <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
276
                        <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
277
                        <input type="hidden" id="searchtitle" name="title" value="[% title | html %]" />
277
                        <input type="hidden" id="searchtitle" name="title" value="[% title | html %]" />
278
                        <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
278
                        <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
279
                        <input type="hidden" id="issn" name="issn" value="[% issn | html %]" />
279
                        <input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" />
280
                        <input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" />
280
                        <input type="hidden" id="author" name="author" value="[% author | html %]" />
281
                        <input type="hidden" id="author" name="author" value="[% author | html %]" />
281
                        <input type="hidden" id="publicationyear" name="publicationyear" value="[% publicationyear | html %]" />
282
                        <input type="hidden" id="publicationyear" name="publicationyear" value="[% publicationyear | html %]" />
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 / +1 lines)
Lines 221-226 Link Here
221
                            <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
221
                            <input type="hidden" name="current_page" id="current_page" value="[% current_page | html %]" />
222
                            <input type="hidden" id="title" name="title" value="[% title | html %]" />
222
                            <input type="hidden" id="title" name="title" value="[% title | html %]" />
223
                            <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
223
                            <input type="hidden" id="isbn" name="isbn" value="[% isbn | html %]" />
224
                            <input type="hidden" id="issn" name="issn" value="[% issn | html %]" />
224
                            <input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" />
225
                            <input type="hidden" id="lccall" name="lccall" value="[% lccall | html %]" />
225
                            <input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" />
226
                            <input type="hidden" id="controlnumber" name="controlnumber" value="[% controlnumber | html %]" />
226
                            <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" />
227
                            <input type="hidden" id="srchany" name="srchany" value="[% srchany | html %]" />
227
- 

Return to bug 41764