summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/milestones/created.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/milestones/created.html.tmpl')
-rw-r--r--template/en/default/admin/milestones/created.html.tmpl16
1 files changed, 9 insertions, 7 deletions
diff --git a/template/en/default/admin/milestones/created.html.tmpl b/template/en/default/admin/milestones/created.html.tmpl
index 87e08cebe..33d2bcba6 100644
--- a/template/en/default/admin/milestones/created.html.tmpl
+++ b/template/en/default/admin/milestones/created.html.tmpl
@@ -20,22 +20,24 @@
#%]
[%# INTERFACE:
- # name: string; the name of the newly created milestone
+ # milestone: object; Bugzilla::Milestone object representing the
+ # milestone the user created.
#
- # product: string; the name of the product the milestone belongs to
+ # product: object; Bugzilla::Product object representing the product to
+ # which the milestone belongs.
#%]
[% title = BLOCK %]Adding new Milestone of Product
- '[% product FILTER html %]'[% END %]
+ '[% product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
title = title
%]
-<p>The milestone '<a title="Edit milestone '[% name FILTER html %]' of
- product '[% product FILTER html %]'"
+<p>The milestone '<a title="Edit milestone '[% milestone.name FILTER html %]' of
+ product '[% product.name FILTER html %]'"
href="editmilestones.cgi?action=edit&amp;product=
- [%- product FILTER url_quote %]&amp;milestone=[% name FILTER url_quote %]">
- [%- name FILTER html %]</a>' has been created.</p>
+ [%- product.name FILTER url_quote %]&amp;milestone=[% milestone.name FILTER url_quote %]">
+ [%- milestone.name FILTER html %]</a>' has been created.</p>
<p>