Top menu for authorities page
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / updatebiblio.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Update Biblio<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
4
5
6 <div id="main"><!-- TMPL_VAR Name="error" -->
7 <h3>Click submit to force the subject</h3>
8
9 <form action="/cgi-bin/koha/updatebiblio.pl" method="post">
10 <table>
11 <!-- TMPL_LOOP Name="dataloop" -->
12         <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" />
13 <!-- /TMPL_LOOP -->
14         <input type="hidden" name="Force" value="<!-- TMPL_VAR NAME="substring" -->" />
15 <tr><td><input type="submit" class="submit" value="Submit" /></td></tr>
16 </table>
17 </form></div>
18
19
20 <!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->