diff options
author | lpsolit%gmail.com <> | 2005-07-28 09:35:50 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-28 09:35:50 +0200 |
commit | 10b02af4fa2bd908adc442b39ac5880b573b011c (patch) | |
tree | 48e4a95e7eed48b5dbf9be7a6d4fc89bd856450d /template | |
parent | 049f98eb3882ba9e2ff39b9ee5232abb21c21d19 (diff) | |
download | bugzilla-10b02af4fa2bd908adc442b39ac5880b573b011c.tar.gz bugzilla-10b02af4fa2bd908adc442b39ac5880b573b011c.tar.xz |
Bug 300952: Change the editmilestones.cgi code to use Milestone.pm and Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/admin/milestones/confirm-delete.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/admin/milestones/edit.html.tmpl | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/template/en/default/admin/milestones/confirm-delete.html.tmpl b/template/en/default/admin/milestones/confirm-delete.html.tmpl index eda5add36..61601d185 100644 --- a/template/en/default/admin/milestones/confirm-delete.html.tmpl +++ b/template/en/default/admin/milestones/confirm-delete.html.tmpl @@ -23,8 +23,6 @@ [%# INTERFACE: # name: string; The name of the milestone # - # default_milestone: string; The default milestone for the product - # # bug_count: number; The number of bugs targetted at the milestone # # product: string; The name of the product diff --git a/template/en/default/admin/milestones/edit.html.tmpl b/template/en/default/admin/milestones/edit.html.tmpl index 6b5ec8fb0..417a69276 100644 --- a/template/en/default/admin/milestones/edit.html.tmpl +++ b/template/en/default/admin/milestones/edit.html.tmpl @@ -52,7 +52,6 @@ </table> <input type="hidden" name="milestoneold" value="[% name FILTER html %]"> - <input type="hidden" name="sortkeyold" value="[% sortkey FILTER html %]"> <input type="hidden" name="action" value="update"> <input type="hidden" name="product" value="[% product FILTER html %]"> <input type="submit" value="Update"> |