From c82add1ef1cd14ba1db4cfcb56c58966263527aa Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 31 Oct 2016 20:49:33 +0000 Subject: Bug 1309663 - Improvements to the IPC Form --- .../template/en/default/bug/create/comment-ipc.txt.tmpl | 4 ++++ .../template/en/default/bug/create/create-ipc.html.tmpl | 14 ++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) (limited to 'extensions/BMO/template/en/default/bug') diff --git a/extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl b/extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl index c25aff329..b644ee469 100644 --- a/extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl +++ b/extensions/BMO/template/en/default/bug/create/comment-ipc.txt.tmpl @@ -21,12 +21,16 @@ >> Insert your tagged link here. [%+ cgi.param("tagged_link") %] +[% IF cgi.param('start_run') %] >> When would you like your snippet to start its run? [%+ cgi.param("start_run") %] +[% END %] +[% IF cgi.param('complete_run') %] >> When would you like your snippet to complete its run? [%+ cgi.param("complete_run") %] +[% END %] >> Will you be able to provide the following assets for your snippet? [%+ cgi.param("snippet_assets").join(', ') %] diff --git a/extensions/BMO/template/en/default/bug/create/create-ipc.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-ipc.html.tmpl index b24bf427f..7be2214b2 100644 --- a/extensions/BMO/template/en/default/bug/create/create-ipc.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-ipc.html.tmpl @@ -106,7 +106,7 @@ $(document).ready(function() {
- + @@ -185,27 +185,29 @@ $(document).ready(function() {
-
- +
-
- +
- Will you be able to provide the following assets for your snippet? Check all that apply.
Feel free to look at our existing icon library: http://bit.ly/2aWTmqT + Will you be able to provide the following assets for your snippet? Check all that apply.
+ Feel free to look at our existing icon library: + http://bit.ly/2efXaFo

-- cgit v1.2.3-24-g4f1b