From a428a8601568468c8237afb2e3272e0477f7d26c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 27 Feb 2015 16:42:55 +0000 Subject: Bug 1136979: Minor Brand Initiation Form Updates --- .../default/bug/create/comment-creative.txt.tmpl | 5 +--- .../default/bug/create/create-creative.html.tmpl | 27 +++++----------------- 2 files changed, 7 insertions(+), 25 deletions(-) (limited to 'extensions/BMO/template/en') diff --git a/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl index 8187e4a51..203e28ece 100644 --- a/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl +++ b/extensions/BMO/template/en/default/bug/create/comment-creative.txt.tmpl @@ -26,10 +26,7 @@ Other: [% IF cgi.param('type_other') %][% cgi.param('type_other_text') %][% EL >>CTA and Design: [%+ cgi.param('cta_design') %] ->>Creative Due Date: -[%+ cgi.param("cf_due_date") || 'Not provided' %] - ->>Launch Date: +>>Expected Launch Date: [%+ cgi.param("launch_date") || 'Not provided' %] >>Mozilla Goal: diff --git a/extensions/BMO/template/en/default/bug/create/create-creative.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-creative.html.tmpl index 81e833f56..56614f926 100644 --- a/extensions/BMO/template/en/default/bug/create/create-creative.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-creative.html.tmpl @@ -56,7 +56,7 @@ function validateAndSubmit() { if (!isFilledOut('short_desc')) alert_text += 'Please enter a value for Request Title.\n'; if (!isFilledOut('specs')) alert_text += 'Please enter a value for Creative Specs.\n'; if (!isFilledOut('cta_design')) alert_text += 'Please enter a value for CTA Design.\n'; - if (!isFilledOut('cf_due_date')) alert_text += 'Please enter a value for the creative due date.\n'; + if (!isFilledOut('launch_date')) alert_text += 'Please enter a value for the expected launch date.\n'; if (!isFilledOut('goal')) alert_text += 'Please select a value for Mozilla Goal.\n'; if (YAHOO.util.Dom.get('goal').value == 'Other') { if (!isFilledOut('goal_other')) alert_text += 'Please select a value for Mozilla Goal Other.\n'; @@ -195,27 +195,12 @@ function toggleTypeOther(element) {
- +
- Working backwards from your launch/go-live date, when do you need final assets? -
- - -
- -
- -
- -
- When will your project go forth into the world? + When do you anticipate your project launching? We will determine a creative + due date with you based on this to ensure that it works for everyone.
-- cgit v1.2.3-24-g4f1b