[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters aqbookfund.tmpl,1.18,1.19 authorised_values.tmpl,1.14,1.15 categorie.tmpl,1.11,1.12 categoryitem.tmpl,1.5,1.6 itemtypes.tmpl,1.11,1.12 marc_subfields_structure.tmpl,1.21,1.22 marctagstructure.tmpl,1.16,1.17 systempreferences.tmpl,1.16,1.17 thesaurus.tmpl,1.13,1.14

Paul POULAIN tipaul at users.sourceforge.net
Fri Jul 4 16:03:47 CEST 2003


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

Modified Files:
	aqbookfund.tmpl authorised_values.tmpl categorie.tmpl 
	categoryitem.tmpl itemtypes.tmpl marc_subfields_structure.tmpl 
	marctagstructure.tmpl systempreferences.tmpl thesaurus.tmpl 
Log Message:
fix for #478 in parameters section

Index: aqbookfund.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/aqbookfund.tmpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** aqbookfund.tmpl	13 Jun 2003 13:46:02 -0000	1.18
--- aqbookfund.tmpl	4 Jul 2003 14:03:44 -0000	1.19
***************
*** 111,115 ****
  <tr><td>Book fund</td><td><input type=text name=bookfundid size=5 maxlength=5 onBlur=toUC(this)></td></tr>
  </TMPL_IF>
! <tr><td>Name</td><td><input type=text name=bookfundname size=40 maxlength=80 value='<TMPL_VAR name="bookfundname">'>&nbsp;</td></tr>
  <tr><td>&nbsp;</td><td><INPUT type=button value='OK' onClick='Check(this.form)'></td></tr>
  </table>
--- 111,115 ----
  <tr><td>Book fund</td><td><input type=text name=bookfundid size=5 maxlength=5 onBlur=toUC(this)></td></tr>
  </TMPL_IF>
! <tr><td>Name</td><td><input type=text name=bookfundname size=40 maxlength=80 value='<TMPL_VAR name="bookfundname" escape=HTML>'>&nbsp;</td></tr>
  <tr><td>&nbsp;</td><td><INPUT type=button value='OK' onClick='Check(this.form)'></td></tr>
  </table>

Index: authorised_values.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/authorised_values.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** authorised_values.tmpl	24 Jun 2003 10:26:17 -0000	1.14
--- authorised_values.tmpl	4 Jul 2003 14:03:44 -0000	1.15
***************
*** 13,17 ****
  	<tr>
  		<td>Authorised value</td>
! 		<td><input type=text name="authorised_value" value='<TMPL_VAR name="authorised_value">'></td>
  	</tr>
  	<tr>
--- 13,17 ----
  	<tr>
  		<td>Authorised value</td>
! 		<td><input type=text name="authorised_value" value='<TMPL_VAR name="authorised_value" escape=HTML>'></td>
  	</tr>
  	<tr>

Index: categorie.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/categorie.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** categorie.tmpl	13 Jun 2003 14:41:33 -0000	1.11
--- categorie.tmpl	4 Jul 2003 14:03:44 -0000	1.12
***************
*** 91,95 ****
  			<td>Description</td>
  			<td>
! 				<input type=text name=description size=40 maxlength=80 value=<TMPL_VAR NAME=description>>
  				&nbsp;
  			</td>
--- 91,95 ----
  			<td>Description</td>
  			<td>
! 				<input type=text name=description size=40 maxlength=80 value=<TMPL_VAR NAME=description escape=HTML>>
  				&nbsp;
  			</td>

Index: categoryitem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/categoryitem.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** categoryitem.tmpl	26 Apr 2003 04:57:55 -0000	1.5
--- categoryitem.tmpl	4 Jul 2003 14:03:44 -0000	1.6
***************
*** 88,92 ****
                          <td>Description</td>
                          <td>
!                                 <input type=text name=description size=40 maxlength=80 value=<TMPL_VAR NAME=description>>
                                  &nbsp;
                          </td>
--- 88,92 ----
                          <td>Description</td>
                          <td>
!                                 <input type=text name=description size=40 maxlength=80 value=<TMPL_VAR NAME=description escape=HTML>>
                                  &nbsp;
                          </td>

Index: itemtypes.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/itemtypes.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** itemtypes.tmpl	4 Jul 2003 13:17:32 -0000	1.11
--- itemtypes.tmpl	4 Jul 2003 14:03:44 -0000	1.12
***************
*** 77,81 ****
  			<tr>
  				<td>Description</td>
! 				<td><input type=text name=description size=40 maxlength=80 value='<TMPL_VAR name="description">'>&nbsp;</td>
  			</tr>
  			<tr>
--- 77,81 ----
  			<tr>
  				<td>Description</td>
! 				<td><input type=text name=description size=40 maxlength=80 value='<TMPL_VAR name="description" escape=HTML>'>&nbsp;</td>
  			</tr>
  			<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.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** marc_subfields_structure.tmpl	23 Apr 2003 21:32:08 -0000	1.21
--- marc_subfields_structure.tmpl	4 Jul 2003 14:03:44 -0000	1.22
***************
*** 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>
--- 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>

Index: marctagstructure.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/marctagstructure.tmpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** marctagstructure.tmpl	2 May 2003 16:18:51 -0000	1.16
--- marctagstructure.tmpl	4 Jul 2003 14:03:44 -0000	1.17
***************
*** 59,64 ****
  	<table>
  	<tr><td>Tag</td><td><TMPL_VAR name="searchfield"></td></tr>
! 	<tr><td>Lib for librarians</td><td><input type="text" name="liblibrarian" value='<TMPL_VAR name="liblibrarian">' size=80 maxlength=100></td></tr>
! 	<tr><td>Lib for opac</td><td><input type="text" name="libopac" value='<TMPL_VAR name="libopac">' size=80 maxlength=100></td></tr>
  	<tr><td>Repeatable</td><td><TMPL_VAR name="repeatable"></td></tr>
  	<tr><td>Mandatory</td><td><TMPL_VAR name="mandatory"></td></tr>
--- 59,64 ----
  	<table>
  	<tr><td>Tag</td><td><TMPL_VAR name="searchfield"></td></tr>
! 	<tr><td>Lib for librarians</td><td><input type="text" name="liblibrarian" value='<TMPL_VAR name="liblibrarian" escape=HTML>' size=80 maxlength=100></td></tr>
! 	<tr><td>Lib for opac</td><td><input type="text" name="libopac" value='<TMPL_VAR name="libopac" escape=HTML>' size=80 maxlength=100></td></tr>
  	<tr><td>Repeatable</td><td><TMPL_VAR name="repeatable"></td></tr>
  	<tr><td>Mandatory</td><td><TMPL_VAR name="mandatory"></td></tr>

Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/systempreferences.tmpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** systempreferences.tmpl	26 Apr 2003 04:57:55 -0000	1.16
--- systempreferences.tmpl	4 Jul 2003 14:03:44 -0000	1.17
***************
*** 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">'></td></tr>
! 	<tr><td>Explanation</td><td><input type=text name=explanation size=80 value='<TMPL_VAR name="explanation">'></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>

Index: thesaurus.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** thesaurus.tmpl	2 Jul 2003 12:49:43 -0000	1.13
--- thesaurus.tmpl	4 Jul 2003 14:03:44 -0000	1.14
***************
*** 52,70 ****
  			<td><TMPL_VAR name="father"><TMPL_VAR name="stdlib"><input type="hidden" name="stdlib" value="<TMPL_VAR name="stdlib">" ></td>
  		<TMPL_ELSE>
! 			<td><TMPL_VAR name="father"><input type="text" name="stdlib" value="<TMPL_VAR name="stdlib">" maxlength="80" size="80"></td>
  		</TMPL_IF>
  	</tr>
  	<tr>
  		<td>Other lib</td>
! 		<td><TMPL_VAR name="father"><input type="text" name="freelib" value="<TMPL_VAR name="freelib">" maxlength="80" size="80"></td>
  	</tr>
  	<tr>
  		<td>&nbsp;</td>
  		<td><input type="hidden" name="id" value="<TMPL_VAR name="id">">
! 			<input type="hidden" name="father" value="<TMPL_VAR name="father">">
! 			<input type="hidden" name="branch" value="<TMPL_VAR name="branch">">
  			<input type="hidden" name="toponly" value="<TMPL_VAR name="toponly">">
  			<input type="hidden" name="search_category" value="<TMPL_VAR name="search_category">">
! 			<input type="hidden" name="searchstring" value="<TMPL_VAR name="searchstring">">
  			<input type="hidden" name="offset" value="<TMPL_VAR name="offset">">
  			<INPUT type="submit" value='OK'></td>
--- 52,70 ----
  			<td><TMPL_VAR name="father"><TMPL_VAR name="stdlib"><input type="hidden" name="stdlib" value="<TMPL_VAR name="stdlib">" ></td>
  		<TMPL_ELSE>
! 			<td><TMPL_VAR name="father"><input type="text" name="stdlib" value="<TMPL_VAR name="stdlib" escape=HTML>" maxlength="80" size="80"></td>
  		</TMPL_IF>
  	</tr>
  	<tr>
  		<td>Other lib</td>
! 		<td><TMPL_VAR name="father"><input type="text" name="freelib" value="<TMPL_VAR name="freelib" escape=HTML>" maxlength="80" size="80"></td>
  	</tr>
  	<tr>
  		<td>&nbsp;</td>
  		<td><input type="hidden" name="id" value="<TMPL_VAR name="id">">
! 			<input type="hidden" name="father" value="<TMPL_VAR name="father" escape=HTML>">
! 			<input type="hidden" name="branch" value="<TMPL_VAR name="branch" escape=HTML>">
  			<input type="hidden" name="toponly" value="<TMPL_VAR name="toponly">">
  			<input type="hidden" name="search_category" value="<TMPL_VAR name="search_category">">
! 			<input type="hidden" name="searchstring" value="<TMPL_VAR name="searchstring" escape=HTML>">
  			<input type="hidden" name="offset" value="<TMPL_VAR name="offset">">
  			<INPUT type="submit" value='OK'></td>





More information about the Koha-cvs mailing list