[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters admin-home.tmpl,1.25.2.1,1.25.2.2 thesaurus.tmpl,1.17,1.17.2.1

Paul POULAIN tipaul at users.sourceforge.net
Mon Jan 26 11:46:37 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18910/koha-tmpl/intranet-tmpl/default/en/parameters

Modified Files:
      Tag: rel_2_0
	admin-home.tmpl thesaurus.tmpl 
Log Message:
TEMPLATE fixes.
Many fixes :
* replacing "X  Y" by "X Y" (2 spaces between 2 words by 1 only)
* updating some strings to ease translation.

ONLY FOR TRANSLATION PURPOSES.

Index: admin-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/admin-home.tmpl,v
retrieving revision 1.25.2.1
retrieving revision 1.25.2.2
diff -C2 -r1.25.2.1 -r1.25.2.2
*** admin-home.tmpl	20 Jan 2004 10:23:30 -0000	1.25.2.1
--- admin-home.tmpl	26 Jan 2004 10:46:35 -0000	1.25.2.2
***************
*** 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>
--- 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>
***************
*** 81,92 ****
  </table>
  <table cellspacing=5 cellpadding=1 width=80%>
! 	<th colspan=2>Export</th>
  	<tr>
  		<td valign="top" width="25%"><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></td>
! 		<td>Exporting in MARC format.</td>
  	</tr>
  	<th colspan=2>Import</th>
  	<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>
--- 81,92 ----
  </table>
  <table cellspacing=5 cellpadding=1 width=80%>
! 	<th colspan=2> Export</th>
  	<tr>
  		<td valign="top" width="25%"><a href="/cgi-bin/koha/export/marc.pl">MARC biblio export</a></td>
! 		<td> Exporting in MARC format.</td>
  	</tr>
  	<th colspan=2>Import</th>
  	<tr valign="top">
! 		<td width="20%"><a href="/cgi-bin/koha/import/breeding.pl">Upload MARC records in Breeding Farm</a></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>

Index: thesaurus.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -C2 -r1.17 -r1.17.2.1
*** thesaurus.tmpl	9 Dec 2003 10:29:02 -0000	1.17
--- thesaurus.tmpl	26 Jan 2004 10:46:35 -0000	1.17.2.1
***************
*** 134,144 ****
  	<input type=hidden name=op value=add_form>
  	</table>
! 	<table width=40%>
  		<tr>
! 			<td width=50%><!-- TMPL_VAR name="previous" --></td>
! 			<td width=50%><!-- TMPL_VAR name="next" --></td>
  		</tr>
  	</table>
! 
  	<form action='<!-- TMPL_VAR name="script_name" -->' method=post>
  	<input type="hidden" name="op" value="add_form">
--- 134,145 ----
  	<input type=hidden name=op value=add_form>
  	</table>
! 	<br/>
! 	<table width=40% height="80">
  		<tr>
! 			<td width=50%><a href="<!-- TMPL_VAR name="previous" -->" class="button">Previous</a></td>
! 			<td width=50%><a href="<!-- TMPL_VAR name="next" -->" class="button"> Next</a></td>
  		</tr>
  	</table>
! 	<br/>
  	<form action='<!-- TMPL_VAR name="script_name" -->' method=post>
  	<input type="hidden" name="op" value="add_form">
***************
*** 146,152 ****
  	<input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->">
  	<input type="hidden" name="father" value="<!-- TMPL_VAR name="father" -->">
! 	<br><input type=submit class="button"  value="Add Thesaurus entry" title="Add Thesaurus entry" ALT="Add Thesaurus entry"><br>
  	</form>
  
  <!-- /TMPL_IF -->
  
--- 147,154 ----
  	<input type="hidden" name="branch" value="<!-- TMPL_VAR name="branch" -->">
  	<input type="hidden" name="father" value="<!-- TMPL_VAR name="father" -->">
! 	<br><input type=submit class="button"  value="Add" title="Add Thesaurus entry" ALT="Add Thesaurus entry"><br>
  	</form>
  
+ 
  <!-- /TMPL_IF -->
  





More information about the Koha-cvs mailing list