summaryrefslogtreecommitdiffstats
path: root/extensions/REMO/template/en/default/bug/create/create-remo-swag.html.tmpl
diff options
context:
space:
mode:
authorSebastin Santy <sebastinssanty@gmail.com>2016-10-20 14:20:14 +0200
committerDylan William Hardison <dylan@hardison.net>2016-10-28 23:20:27 +0200
commit8de8d611eb6d9b872f6c2ff3b0a09d9c62dfe7f3 (patch)
tree38dece87bf072b99821b6c8450204d60bd4cdc16 /extensions/REMO/template/en/default/bug/create/create-remo-swag.html.tmpl
parentad6aa9fa0b82043ed4f2ff25081cef22434d9a0d (diff)
downloadbugzilla-8de8d611eb6d9b872f6c2ff3b0a09d9c62dfe7f3.tar.gz
bugzilla-8de8d611eb6d9b872f6c2ff3b0a09d9c62dfe7f3.tar.xz
Bug 1308942 - Need to remove two fields on Remo swag request form
Diffstat (limited to 'extensions/REMO/template/en/default/bug/create/create-remo-swag.html.tmpl')
-rw-r--r--extensions/REMO/template/en/default/bug/create/create-remo-swag.html.tmpl47
1 files changed, 4 insertions, 43 deletions
diff --git a/extensions/REMO/template/en/default/bug/create/create-remo-swag.html.tmpl b/extensions/REMO/template/en/default/bug/create/create-remo-swag.html.tmpl
index 9cec10f38..0e2637cf3 100644
--- a/extensions/REMO/template/en/default/bug/create/create-remo-swag.html.tmpl
+++ b/extensions/REMO/template/en/default/bug/create/create-remo-swag.html.tmpl
@@ -44,8 +44,6 @@ function validateAndSubmit() {
if(!isFilledOut('eventname')) alert_text += "Please enter your event name\n";
if(!isFilledOut('eventpage')) alert_text += "Please enter the event page.\n";
if(!isFilledOut('attendance')) alert_text += "Please enter the estimated attendance.\n";
- if(!isFilledOut('ambassador_hosted')) alert_text += "Please select whether this event is hosted by ambassadors.\n";
- if(!isFilledOut('ambassador_audience')) alert_text += "Please select whether this event's main audience is ambassadors.\n";
if(!isFilledOut('shiptofirstname')) alert_text += "Please enter the shipping first name\n";
if(!isFilledOut('shiptolastname')) alert_text += "Please enter the shipping last name\n";
if(!isFilledOut('shiptoaddress1')) alert_text += "Please enter the ship to address\n";
@@ -138,33 +136,6 @@ function validateAndSubmit() {
</td>
</tr>
-<tr class="odd">
- <td>
- <strong>Is this event being hosted by a<br>Firefox Student Ambassador(s)?:
- <span style="color: red;" title="Required">*</span></strong>
- </td>
- <td>
- <select id="ambassador_hosted" name="ambassador_hosted">
- <option value="">Select One</option>
- <option value="Yes">Yes</option>
- <option value="No">No</option>
- </select>
- </td>
-</tr>
-
-<tr class="even">
- <td>
- <strong>Is the main audience of this event<br>Firefox Student Ambassadors?:
- <span style="color: red;" title="Required">*</span></strong>
- </td>
- <td>
- <select id="ambassador_audience" name="ambassador_audience">
- <option value="">Select One</option>
- <option value="Yes">Yes</option>
- <option value="No">No</option>
- </select>
- </td>
-</tr>
<tr class="odd">
<td><!--spacer-->&nbsp;</td>
@@ -277,23 +248,13 @@ function validateAndSubmit() {
</tr>
<tr class="odd">
- <td><strong>Roll-Up Banners:</strong></td>
- <td><input type="checkbox" id="rollupbanners" name="rollupbanners" value="1"></td>
-</tr>
-
-<tr class="even">
- <td><strong>Horizontal Banner:</strong></td>
- <td><input type="checkbox" id="horizontalbanner" name="horizontalbanner" value="1"></td>
-</tr>
-
-<tr class="odd">
- <td><strong>Booth Cloth:</strong></td>
- <td><input type="checkbox" id="boothcloth" name="boothcloth" value="1"></td>
+ <td><strong>Silicone Wristband:</strong></td>
+ <td><input type="checkbox" id="wristband" name="wristband" value="1"></td>
</tr>
<tr class="even">
- <td><strong>Pens:</strong></td>
- <td><input type="checkbox" id="pens" name="pens" value="1"></td>
+ <td><strong>Firefox Tattoos:</strong></td>
+ <td><input type="checkbox" id="tattoos" name="tattoos" value="1"></td>
</tr>
<tr class="odd">