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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt (-4 / +2 lines)
Lines 15-25 Link Here
15
<body id="cat_unimarc_field_210c" class="cat value_builder">
15
<body id="cat_unimarc_field_210c" class="cat value_builder">
16
<h1>UNIMARC field 210c builder</h1>
16
<h1>UNIMARC field 210c builder</h1>
17
<h4>Search for authority type: PERSO_NAME</h4>
17
<h4>Search for authority type: PERSO_NAME</h4>
18
<form name="f" method="post" action="plugin_launcher.pl">
18
<form name="f" method="get" action="plugin_launcher.pl">
19
    [% INCLUDE 'csrf-token.inc' %]
20
    <fieldset class="rows">
19
    <fieldset class="rows">
21
        <input type="hidden" name="plugin_name" value="unimarc_field_210c.pl" />
20
        <input type="hidden" name="plugin_name" value="unimarc_field_210c.pl" />
22
        <input type="hidden" name="op" value="cud-do_search" />
21
        <input type="hidden" name="op" value="do_search" />
23
        <input type="hidden" name="type" value="intranet" />
22
        <input type="hidden" name="type" value="intranet" />
24
        <input type="hidden" name="nbstatements" value="[% nbstatements | html %]" />
23
        <input type="hidden" name="nbstatements" value="[% nbstatements | html %]" />
25
        <input type="hidden" name="index" value="[% index | html %]" />
24
        <input type="hidden" name="index" value="[% index | html %]" />
26
- 

Return to bug 40307