bugzilla-newer r706 - in trunk: . template/en/custom/bug
- From: ovitters svn gnome org
- To: svn-commits-list gnome org
- Subject: bugzilla-newer r706 - in trunk: . template/en/custom/bug
- Date: Thu, 10 Apr 2008 07:57:22 +0100 (BST)
Author: ovitters
Date: Thu Apr 10 07:57:22 2008
New Revision: 706
URL: http://svn.gnome.org/viewvc/bugzilla-newer?rev=706&view=rev
Log:
2007-09-13 Andre Klapper <a9016009 gmx de>
* template/en/custom/bug/navigate.html.tmpl:
don't display "Clone This Bug" link when bug is in closed
state (to avoid editwars)
Modified:
trunk/ChangeLog
trunk/template/en/custom/bug/navigate.html.tmpl
Modified: trunk/template/en/custom/bug/navigate.html.tmpl
==============================================================================
--- trunk/template/en/custom/bug/navigate.html.tmpl (original)
+++ trunk/template/en/custom/bug/navigate.html.tmpl Thu Apr 10 07:57:22 2008
@@ -27,8 +27,10 @@
<b>
<a href="show_activity.cgi?id=[% bug.bug_id %]">View [% terms.Bug %] Activity</a>
+ [% IF bug.bug_status == 'UNCONFIRMED' || bug.bug_status == 'NEW' || bug.bug_status == 'ASSIGNED' || bug.bug_status == 'REOPENED' || bug.bug_status == 'NNEDINFO' %]
|
<a href="enter_bug.cgi?cloned_bug_id=[% bug.bug_id %]">Clone This [% terms.Bug %]</a>
+ [% END %]
[% IF bug_list && bug_list.size > 0 %]
[% this_bug_idx = lsearch(bug_list, bug.bug_id) %]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]