[Koha-cvs] koha/koha-tmpl/opac-tmpl/prog/fr opac-userdetai...

Antoine Farnault antoine at koha-fr.org
Thu Jul 19 14:25:50 CEST 2007


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Antoine Farnault <toins>	07/07/19 12:25:50

Modified files:
	koha-tmpl/opac-tmpl/prog/fr: opac-userdetails.tmpl 

Log message:
	fix typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/prog/fr/opac-userdetails.tmpl?cvsroot=koha&r1=1.1&r2=1.2

Patches:
Index: opac-userdetails.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/prog/fr/opac-userdetails.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- opac-userdetails.tmpl	23 May 2007 16:17:51 -0000	1.1
+++ opac-userdetails.tmpl	19 Jul 2007 12:25:50 -0000	1.2
@@ -19,9 +19,9 @@
 <h3>Coordonnées complètes</h3>
 
 <table>
-<tr><th scope="row">Adresse électronique :</th><td><!-- TMPL_VAR NAME="address" -->, <!-- TMPL_VAR NAME="city" --></td></tr>
+<tr><th scope="row">Adresse principale:</th><td><!-- TMPL_VAR NAME="address" -->, <!-- TMPL_VAR NAME="city" --></td></tr>
 
-<tr><th scope="row">Adresse permanente :</th><td> <!-- TMPL_VAR NAME="B_address" -->, <!-- TMPL_VAR NAME="B_city" --></td></tr>
+<tr><th scope="row">Adresse secondaire:</th><td> <!-- TMPL_VAR NAME="B_address" -->, <!-- TMPL_VAR NAME="B_city" --></td></tr>
 
 <tr><th scope="row">Téléphone (domicile) :</th><td><!-- TMPL_IF NAME="phone" --><!-- TMPL_VAR NAME="phone" --><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td></tr>
 





More information about the Koha-cvs mailing list