diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/products/edit-common.html.tmpl | 6 | ||||
-rw-r--r-- | template/en/default/admin/products/updated.html.tmpl | 17 | ||||
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 11 |
3 files changed, 4 insertions, 30 deletions
diff --git a/template/en/default/admin/products/edit-common.html.tmpl b/template/en/default/admin/products/edit-common.html.tmpl index e7bcbbb7a..67dd5ae64 100644 --- a/template/en/default/admin/products/edit-common.html.tmpl +++ b/template/en/default/admin/products/edit-common.html.tmpl @@ -45,12 +45,6 @@ [% IF Param('usetargetmilestone') -%] <tr> - <th align="right">URL describing milestones for this product:</th> - <td><input type="text" size="64" maxlength="255" name="milestoneurl" - value="[% product.milestoneurl FILTER html %]"> - </td> - </tr> - <tr> <th align="right">Default milestone:</th> <td> [% IF product.milestones.size %] diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl index f0e00f853..594f84327 100644 --- a/template/en/default/admin/products/updated.html.tmpl +++ b/template/en/default/admin/products/updated.html.tmpl @@ -67,23 +67,6 @@ </p> [% END %] -[% IF changes.milestoneurl.defined %] - <p> - Updated milestone URL - [% IF changes.milestoneurl.0 != '' %] - from<br> <a href="[%- changes.milestoneurl.0 FILTER html %]"> - [%- changes.milestoneurl.0 FILTER html %]</a> - [% END %] - to - [% IF product.milestone_url != '' %] - <br><a href="[%- product.milestone_url FILTER html %]"> - [%- product.milestone_url FILTER html %]</a>. - [% ELSE %] - be empty. - [% END %] - </p> -[% END %] - [% IF changes.defaultmilestone.defined %] <p> Updated default milestone from '[% changes.defaultmilestone.0 FILTER html %]' to 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> |