From b82b431228907463af9cefce2caebd3a2e12693b Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sun, 13 Dec 2009 22:07:48 +0000 Subject: Bug 369489: Remove the milestoneurl feature and link "Target Milestone" to the fields.html page Patch by Max Kanat-Alexander r=LpSolit, a=LpSolit --- template/en/default/admin/products/updated.html.tmpl | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'template/en/default/admin/products/updated.html.tmpl') 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 @@

[% END %] -[% IF changes.milestoneurl.defined %] -

- Updated milestone URL - [% IF changes.milestoneurl.0 != '' %] - from
- [%- changes.milestoneurl.0 FILTER html %] - [% END %] - to - [% IF product.milestone_url != '' %] -
- [%- product.milestone_url FILTER html %]. - [% ELSE %] - be empty. - [% END %] -

-[% END %] - [% IF changes.defaultmilestone.defined %]

Updated default milestone from '[% changes.defaultmilestone.0 FILTER html %]' to -- cgit v1.2.3-24-g4f1b