[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters admin-home.tmpl,1.25,1.25.2.1 marc_subfields_structure.tmpl,1.23,1.23.2.1 systempreferences.tmpl,1.18,1.18.2.1

Paul POULAIN tipaul at users.sourceforge.net
Tue Jan 20 11:23:32 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory sc8-pr-cvs1:/tmp/cvs-serv27312/parameters

Modified Files:
      Tag: rel_2_0
	admin-home.tmpl marc_subfields_structure.tmpl 
	systempreferences.tmpl 
Log Message:
minor html modifs

Index: admin-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/admin-home.tmpl,v
retrieving revision 1.25
retrieving revision 1.25.2.1
diff -C2 -r1.25 -r1.25.2.1
*** admin-home.tmpl	9 Dec 2003 13:46:28 -0000	1.25
--- admin-home.tmpl	20 Jan 2004 10:23:30 -0000	1.25.2.1
***************
*** 38,42 ****
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>Authorised values</a></td>
! 	<td>Define categories and authorised values for them.  Authorised values are used in MARC form to limit/help editing MARC biblios.</td>
  </tr>
  <tr>
--- 38,42 ----
  <tr>
  	<td valign="top" width="25%"><a href=/cgi-bin/koha/admin/authorised_values.pl>Authorised values</a></td>
! 	<td>Define categories and authorised values for them.  Authorised values are used in MARC form to limit and help editing MARC biblios.</td>
  </tr>
  <tr>
***************
*** 89,95 ****
  	<tr valign="top">
  		<td width="20%"><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records</a> in Breeding Farm</td>
! 		<td>The breeding farm is a table where imported MARC records are stored.<br/>
! 			A MARC record is stored in the breeding farm as long as you have no item. When you type the ISBN or title of a biblio, it's searched for in the breeding farm.
! 			If it is found, the biblio is added to Koha active table and removed from the breeding farm. <br/>
  		</td>
  	</tr>
--- 89,93 ----
  	<tr valign="top">
  		<td width="20%"><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records</a> in Breeding Farm</td>
! 		<td>The breeding farm is a table where imported MARC records are stored. A MARC record is stored in the breeding farm as long as you have no item. When you type the ISBN or title of a biblio, it's searched for in the breeding farm. If it is found, the biblio is added to Koha active table and removed from the breeding farm.
  		</td>
  	</tr>

Index: marc_subfields_structure.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marc_subfields_structure.tmpl,v
retrieving revision 1.23
retrieving revision 1.23.2.1
diff -C2 -r1.23 -r1.23.2.1
*** marc_subfields_structure.tmpl	9 Dec 2003 10:29:01 -0000	1.23
--- marc_subfields_structure.tmpl	20 Jan 2004 10:23:30 -0000	1.23.2.1
***************
*** 22,27 ****
  		<tr valign=top bgcolor='<!-- TMPL_VAR name="bgcolor" -->'>
  		<td><!-- TMPL_VAR name="tagfield" --> - <!-- TMPL_VAR name="tagsubfield" --></td>
! 		<td><input type=text name="liblibrarian" value='<!-- TMPL_VAR name="liblibrarian" escape=HTML -->' size=40 maxlength=80><br/>
! 				<input type=text name="libopac" value='<!-- TMPL_VAR name="libopac" escape=HTML -->' size=40 maxlength=80></td>
  		<td><!-- TMPL_VAR name="repeatable" --></td>
  		<td><!-- TMPL_VAR name="mandatory" --></td>
--- 22,27 ----
  		<tr valign=top bgcolor='<!-- TMPL_VAR name="bgcolor" -->'>
  		<td><!-- TMPL_VAR name="tagfield" --> - <!-- TMPL_VAR name="tagsubfield" --></td>
! 		<td><input type=text name="liblibrarian" value="<!-- TMPL_VAR name="liblibrarian" -->" size=40 maxlength=80><br/>
! 				<input type=text name="libopac" value="<!-- TMPL_VAR name="libopac" -->" size=40 maxlength=80></td>
  		<td><!-- TMPL_VAR name="repeatable" --></td>
  		<td><!-- TMPL_VAR name="mandatory" --></td>

Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl,v
retrieving revision 1.18
retrieving revision 1.18.2.1
diff -C2 -r1.18 -r1.18.2.1
*** systempreferences.tmpl	9 Dec 2003 10:29:02 -0000	1.18
--- systempreferences.tmpl	20 Jan 2004 10:23:30 -0000	1.18.2.1
***************
*** 70,75 ****
  		<tr><td>Variable</td><td><input type=text name=variable></td></tr>
  	<!-- /TMPL_IF -->
! 	<tr><td>Value</td><td><input type=text name=value value='<!-- TMPL_VAR name="value" escape=HTML -->'></td></tr>
! 	<tr><td>Explanation</td><td><input type=text name=explanation size=80 value='<!-- TMPL_VAR name="explanation" escape=HTML -->'></td></tr>
  	<tr><td>&nbsp;</td><td><INPUT type=button value='OK' onClick='Check(this.form)'></td></tr>
  	</table>
--- 70,75 ----
  		<tr><td>Variable</td><td><input type=text name=variable></td></tr>
  	<!-- /TMPL_IF -->
! 	<tr><td>Value</td><td><input type=text name=value value="<!-- TMPL_VAR name="value" escape=HTML -->"></td></tr>
! 	<tr><td>Explanation</td><td><input type=text name=explanation size=80 value="<!-- TMPL_VAR name="explanation" escape=HTML -->"></td></tr>
  	<tr><td>&nbsp;</td><td><INPUT type=button value='OK' onClick='Check(this.form)'></td></tr>
  	</table>





More information about the Koha-cvs mailing list