Minor display changes.
[koha.git] / koha-tmpl / intranet-tmpl / default / zh-TW / 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" -->