Minor display changes.
[koha.git] / koha-tmpl / intranet-tmpl / default / de / updatebiblio.tmpl
1 <!-- TMPL_INCLUDE Name="cat-top.inc" -->
2
3
4 <!-- TMPL_VAR NAME="error" -->
5 <p> Click submit to force the subject
6 <br>
7 <form action="/cgi-bin/koha/updatebiblio.pl" method="post">
8 <table border="0" cellspacing="0" cellpadding="5">
9 <!-- TMPL_LOOP Name="dataloop" -->
10         <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->">
11 <!-- /TMPL_LOOP -->
12         <input type="hidden" name="Force" value="<!-- TMPL_VAR NAME="substring" -->">
13 <tr><td><input type="submit"></td></tr>
14 </table>
15 </form>
16
17
18 <!-- TMPL_INCLUDE Name="cat-bottom.inc" -->