diff options
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"> |