diff options
author | mkanat%bugzilla.org <> | 2009-12-13 23:07:48 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-13 23:07:48 +0100 |
commit | b82b431228907463af9cefce2caebd3a2e12693b (patch) | |
tree | 401f8a35e09517193610c78a0f79637fea49eb8f /template/en/default/bug | |
parent | e401b0b8b925787cbe52d0f540b814e40269f228 (diff) | |
download | bugzilla-b82b431228907463af9cefce2caebd3a2e12693b.tar.gz bugzilla-b82b431228907463af9cefce2caebd3a2e12693b.tar.xz |
Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to the fields.html page
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 813e80cb2..401d71ca3 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -499,13 +499,10 @@ [% IF Param("usetargetmilestone") && bug.target_milestone %] <tr> - <td class="field_label"> - <label for="target_milestone"><b> - [% IF bug.milestoneurl %] - <a href="[% bug.milestoneurl FILTER html %]"> - [% END %] - Target Milestone[% "</a>" IF bug.milestoneurl %] - [%%]</b></label>: + <th class="field_label"> + <label for="target_milestone"> + <a href="page.cgi?id=fields.html#target_milestone"> + Target Milestone</a></label>: </td> [% PROCESS select selname = "target_milestone" %] </tr> |