Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15226/fr/default/list
Modified Files:
quips.html.tmpl
Log Message:
Corrections rapportés par Julien Gilles de Parinux
Index: quips.html.tmpl
===================================================================
RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/quips.html.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** quips.html.tmpl 16 Nov 2004 22:02:22 -0000 1.2
--- quips.html.tmpl 30 Jan 2005 16:01:55 -0000 1.3
***************
*** 70,74 ****
<input size="80" name="quip">
<p>
! <input type="submit" value="Add This Quip">
</p>
</form>
--- 70,74 ----
<input size="80" name="quip">
<p>
! <input type="submit" value="Ajouter ce Mot">
</p>
</form>
***************
*** 133,142 ****
}
document.write(' <input type="button" name="uncheck_all" '
! +'value="Uncheck All" onclick="SetCheckboxes(false);">');
document.write(' <input type="button" name="check_all" '
! +'value="Check All" onclick="SetCheckboxes(true);">');
//--></script>
! <input type="submit" value="Update">
</form>
<br>
--- 133,142 ----
}
document.write(' <input type="button" name="uncheck_all" '
! +'value="Désélectionner Tout" onclick="SetCheckboxes(false);">');
document.write(' <input type="button" name="check_all" '
! +'value="Sélectionner Tout" onclick="SetCheckboxes(true);">');
//--></script>
! <input type="submit" value="Mettre à jour">
</form>
<br>
***************
*** 149,153 ****
et modifier
[% END %]
! la liste compête des mots d'esprit.</a>.
</p>
[% END %]
--- 149,153 ----
et modifier
[% END %]
! la liste complête des mots d'esprit.</a>.
</p>
[% END %]
|