*** empty log message ***

This commit is contained in:
wolfpac444 2003-04-17 04:14:39 +00:00
parent 9ef0b4aad3
commit 9364159e89
2 changed files with 6 additions and 2 deletions

View file

@ -69,8 +69,9 @@
<TMPL_IF name="else">
<font SIZE=6><em>MARC subfield structure admin for <TMPL_VAR name="tagfield"></em></font>
<p>This screen shows the subfields associated with the selected tag. You can edit subfields or add a new one by clicking on "edit". </p>
<p>The column <b>koha field</b> shows that the subfield is linked with a "koha field". Koha can manage a marc interface, or a koha interface. This link
ensure that both DB are synchronized, thus you can change from MARC to KOHA interface easily.</p>
<p>The column <b>Koha field</b> shows that the subfield is linked with a "Koha field". Koha can manage a MARC interface, or a Koha interface. This link ensures that
both DB are synchronized, thus you can change from a MARC to a Koha interface easily.</p>
<table border=0 cellspacing=0 cellpadding=2 width="80%">
<tr valign=top bgcolor=#99cc33>
<td background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif" width=5%><b>Subfield</b></td>

View file

@ -95,6 +95,8 @@
<form action='<TMPL_VAR name="script_name">' method=post><input type=hidden name=op value=delete_confirmed><input type=hidden name=searchfield value='<TMPL_VAR name="searchfield">'>
<tr><td colspan=2 align=center>CONFIRM DELETION</td></tr>
<tr><td><INPUT type=submit value='YES'></form></td><td><form action='$script_name' method=post><input type=submit value=NO></form></td></tr>
</table>
</TMPL_IF>
<TMPL_IF name="delete_confirmed">
@ -142,4 +144,5 @@
</form>
</TMPL_IF>
<TMPL_INCLUDE NAME="parameters-bottom.inc">