summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/milestones/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/admin/milestones/create.html.tmpl')
-rw-r--r--template/en/default/admin/milestones/create.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/admin/milestones/create.html.tmpl b/template/en/default/admin/milestones/create.html.tmpl
index edace52bf..a68a57bb4 100644
--- a/template/en/default/admin/milestones/create.html.tmpl
+++ b/template/en/default/admin/milestones/create.html.tmpl
@@ -25,11 +25,11 @@
#%]
[% title = BLOCK %]Add Milestone to Product '[% product.name FILTER html %]'[% END %]
-[% h2 = BLOCK %]This page allows you to add a new milestone to product
+[% subheader = BLOCK %]This page allows you to add a new milestone to product
'[% product.name FILTER html %]'.[% END %]
[% PROCESS global/header.html.tmpl
title = title
- h2 = h2
+ subheader = subheader
onload = "document.forms['f'].milestone.focus()"
%]