[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/parameters authorised_values.tmpl,1.5,1.6 marctagstructure.tmpl,1.6,1.7

Paul POULAIN tipaul at users.sourceforge.net
Tue Oct 21 17:47:09 CEST 2003


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

Modified Files:
	authorised_values.tmpl marctagstructure.tmpl 
Log Message:
fix for #577

Index: authorised_values.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/authorised_values.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** authorised_values.tmpl	4 Jul 2003 14:04:02 -0000	1.5
--- authorised_values.tmpl	21 Oct 2003 15:47:06 -0000	1.6
***************
*** 81,95 ****
  <input type=hidden name=op value=add_form>
  </form></table>
- <table width=40%>
- 	<tr>
- 		<td width=50%><TMPL_VAR name="previous"></td>
- 		<td width=50%><TMPL_VAR name="next"></td>
- 	</tr>
- </table>
  
  <table width=40%>
  	<tr>
! 		<td width=50%><TMPL_IF name="previous"><TMPL_VAR name="previous"><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1leftarrow.png" title="previous" ALT="previous" BORDER=0></a></TMPL_IF></td>
! 		<td width=50%><TMPL_IF name="next"><TMPL_VAR name="next"><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1rightarrow.png" title="next" ALT="next" BORDER=0></a></TMPL_IF></td>
  	</tr>
  </table>
--- 81,101 ----
  <input type=hidden name=op value=add_form>
  </form></table>
  
  <table width=40%>
  	<tr>
! 		<td width=50%>
! 			<TMPL_IF name="isprevpage">
! 				<a href="<TMPL_VAR name="script_name">?offset=<TMPL_VAR name="prevpage">&searchfield=<TMPL_VAR name="searchfield">">
! 				<input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1leftarrow.png" title="previous" ALT="previous" BORDER=0>
! 				</a>
! 			</TMPL_IF>
! 		</td>
! 		<td width=50%>
! 			<TMPL_IF name="nextpage">
! 				<a href="<TMPL_VAR name="script_name">?offset=<TMPL_VAR name="nextpage">&searchfield=<TMPL_VAR name="searchfield">">
! 					<input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1rightarrow.png" title="next" ALT="next" BORDER=0>
! 				</a>
! 			</TMPL_IF>
! 		</td>
  	</tr>
  </table>

Index: marctagstructure.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/marctagstructure.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** marctagstructure.tmpl	14 Oct 2003 09:45:29 -0000	1.6
--- marctagstructure.tmpl	21 Oct 2003 15:47:07 -0000	1.7
***************
*** 154,159 ****
  			<input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" title="Ajouter" ALT="Add" BORDER=0 >
  		</td>
! 		<td width=33%><TMPL_IF name="previous"><TMPL_VAR name="previous"><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1leftarrow.png" title="Prec" ALT="Prec" BORDER=0 ></a></TMPL_IF></td>
! 		<td width=33%><TMPL_IF name="next"><TMPL_VAR name="next"><input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1rightarrow.png" title="Suivant" ALT="Suivant" BORDER=0></a></TMPL_IF></td>
  	</tr>
  </table>
--- 154,171 ----
  			<input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/filenew.png" title="Ajouter" ALT="Add" BORDER=0 >
  		</td>
! 		<td width=33%>
! 			<TMPL_IF name="isprevpage">
! 				<a href="<TMPL_VAR name="script_name">?offset=<TMPL_VAR name="prevpage">&searchfield=<TMPL_VAR name="searchfield">">
! 				<input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1leftarrow.png" title="previous" ALT="previous" BORDER=0>
! 				</a>
! 			</TMPL_IF>
! 		</td>
! 		<td width=33%>
! 			<TMPL_IF name="nextpage">
! 				<a href="<TMPL_VAR name="script_name">?offset=<TMPL_VAR name="nextpage">&searchfield=<TMPL_VAR name="searchfield">">
! 					<input type=image src="<TMPL_VAR name="interface">/<TMPL_VAR name="theme">/images/1rightarrow.png" title="next" ALT="next" BORDER=0>
! 				</a>
! 			</TMPL_IF>
! 		</td>
  	</tr>
  </table>





More information about the Koha-cvs mailing list