From: Emmanuel S. <se...@us...> - 2005-07-18 00:02:27
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23573/fr/default/list Modified Files: quips.html.tmpl table.html.tmpl Log Message: Passage de 2.18.1 a 2.18.2 Index: quips.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/quips.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** quips.html.tmpl 30 Jan 2005 16:01:55 -0000 1.3 --- quips.html.tmpl 18 Jul 2005 00:02:16 -0000 1.4 *************** *** 24,28 **** # displaying anything; if defined, its value is that quip. # show_quips: boolean. True if we are showing the entire quip list. ! # quips: list of strings. Defined iff show_quips is true. List of all quips. #%] --- 24,29 ---- # displaying anything; if defined, its value is that quip. # show_quips: boolean. True if we are showing the entire quip list. ! # quips: list of strings. Defined if and only if show_quips is true. ! # List of all quips. #%] Index: table.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/table.html.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** table.html.tmpl 17 Jul 2005 18:11:23 -0000 1.5 --- table.html.tmpl 18 Jul 2005 00:02:16 -0000 1.6 *************** *** 172,176 **** <td class="first-child"> <a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a> ! <span style="display: none">[%+ '[SEC]' IF bug.secure_mode %]</span> </td> --- 172,176 ---- <td class="first-child"> <a href="show_bug.cgi?id=[% bug.bug_id %]">[% bug.bug_id %]</a> ! <span style="display: none">[%+ '[SEC]' IF bug.isingroups %]</span> </td> |