Update of /cvsroot/bugzilla-fr/fr/fr/default/bug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32694/fr/default/bug
Modified Files:
Tag: Branche_2_16
edit.html.tmpl show-multiple.html.tmpl
Log Message:
2.16.6 -> 2.16.8
Index: show-multiple.html.tmpl
===================================================================
RCS file: /cvsroot/bugzilla-fr/fr/fr/default/bug/show-multiple.html.tmpl,v
retrieving revision 1.2.4.1
retrieving revision 1.2.4.2
diff -C2 -d -r1.2.4.1 -r1.2.4.2
*** show-multiple.html.tmpl 23 Apr 2004 21:59:33 -0000 1.2.4.1
--- show-multiple.html.tmpl 7 Feb 2005 23:59:45 -0000 1.2.4.2
***************
*** 105,109 ****
<td colspan="4">
<b>URL :</b>
! <a href="[% bug.bug_file_loc FILTER html %]">[% bug.bug_file_loc FILTER html %]</a>
</tr>
--- 105,115 ----
<td colspan="4">
<b>URL :</b>
! [% IF bug.bug_file_loc
! AND NOT bug.bug_file_loc.match("^(javascript|data)") %]
! <a href="[% bug.bug_file_loc FILTER html %]">
! [% bug.bug_file_loc FILTER html %]</a>
! [% ELSE %]
! [% bug.bug_file_loc FILTER html %]
! [% END %]
</tr>
Index: edit.html.tmpl
===================================================================
RCS file: /cvsroot/bugzilla-fr/fr/fr/default/bug/edit.html.tmpl,v
retrieving revision 1.1.1.1.8.3
retrieving revision 1.1.1.1.8.4
diff -C2 -d -r1.1.1.1.8.3 -r1.1.1.1.8.4
*** edit.html.tmpl 26 Sep 2004 21:31:05 -0000 1.1.1.1.8.3
--- edit.html.tmpl 7 Feb 2005 23:59:44 -0000 1.1.1.1.8.4
***************
*** 200,204 ****
<td align="right">
<b>
! [% IF bug.bug_file_loc %]
<a href="[% bug.bug_file_loc FILTER html %]">URL</a> :
[% ELSE %]
--- 200,205 ----
<td align="right">
<b>
! [% IF bug.bug_file_loc
! AND NOT bug.bug_file_loc.match("^(javascript|data)") %]
<a href="[% bug.bug_file_loc FILTER html %]">URL</a> :
[% ELSE %]
|