Update of /cvsroot/frenchmozilla/bugzilla/template/fr/default/bug
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30492/template/fr/default/bug
Modified Files:
Tag: BZ_4_2_BRANCH
link.html.tmpl
Log Message:
Bug 848250: Bug summary tooltip now includes "---" for unresolved bugs
Index: link.html.tmpl
===================================================================
RCS file: /cvsroot/frenchmozilla/bugzilla/template/fr/default/bug/link.html.tmpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -d -r1.2 -r1.2.2.1
*** link.html.tmpl 4 Jan 2011 12:20:53 -0000 1.2
--- link.html.tmpl 9 Mar 2013 21:43:37 -0000 1.2.2.1
***************
*** 37,41 ****
[% link_title = BLOCK %]
[% display_value('bug_status', bug.bug_status) FILTER none %]
! [%+ display_value('resolution', bug.resolution) FILTER none %]
[% END %]
--- 37,43 ----
[% link_title = BLOCK %]
[% display_value('bug_status', bug.bug_status) FILTER none %]
! [% IF bug.resolution %]
! [%+ display_value('resolution', bug.resolution) FILTER none %]
! [% END %]
[% END %]
|