]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1308942 - Need to remove two fields on Remo swag request form
authorSebastin Santy <sebastinssanty@gmail.com>
Thu, 20 Oct 2016 12:20:14 +0000 (17:50 +0530)
committerDylan William Hardison <dylan@hardison.net>
Fri, 28 Oct 2016 21:20:27 +0000 (17:20 -0400)
extensions/REMO/template/en/default/bug/create/comment-remo-swag.txt.tmpl
extensions/REMO/template/en/default/bug/create/create-remo-swag.html.tmpl

index ef7419dc9ffd4d5dad593ede425e7f7916e5d69f..2d4bb6215e1f714356f75021d771a191ab610762 100644 (file)
@@ -16,6 +16,7 @@
   # Rights Reserved.
   #
   # Contributor(s): Gervase Markham <gerv@gerv.net>
+  #                 Sebastin Santy <sebastinssanty@gmail.com>
   #%]
 [%# INTERFACE:
   # This template has no interface.
@@ -36,8 +37,6 @@ Profile page: [% cgi.param('profilepage') %]
 Event name: [% cgi.param('eventname') %]
 Event page: [% cgi.param('eventpage') %]
 Estimated attendance: [% cgi.param('attendance') %]
-Event hosted by a Firefox Student Ambassador(s)?: [% cgi.param('ambassador_hosted') %]
-Main audience of the event are Firefox Student Ambassadors: [% cgi.param('ambassador_audience') %]
 
 Shipping details:
 
@@ -63,11 +62,8 @@ Stickers: [% IF cgi.param('stickers') %]Yes[% ELSE %]No[% END %]
 Buttons: [% IF cgi.param('buttons') %]Yes[% ELSE %]No[% END %]
 Lanyards: [% IF cgi.param('lanyards') %]Yes[% ELSE %]No[% END %]
 T-shirts: [% IF cgi.param('tshirts') %]Yes[% ELSE %]No[% END %]
-Roll-up banners: [% IF cgi.param('rollupbanners') %]Yes[% ELSE %]No[% END %]
-Horizontal banner: [% IF cgi.param('horizontalbanner') %]Yes[% ELSE %]No[% END %]
-Booth cloth: [% IF cgi.param('boothcloth') %]Yes[% ELSE %]No[% END %]
-Pens: [% IF cgi.param('pens') %]Yes[% ELSE %]No[% END %]
+Silicone Wristband: [% IF cgi.param('wristband') %]Yes[% ELSE %]No[% END %]
+Firefox Tattoos: [% IF cgi.param('tattoos') %]Yes[% ELSE %]No[% END %]
 Other: [% IF cgi.param('otherswag') %][% cgi.param('otherswag') %][% ELSE %]No[% END %]
 
 [%+ cgi.param("comment") IF cgi.param("comment") %]
-
index 9cec10f38d277e511a92f45a57e2680ba24c0201..0e2637cf3a872ad05706cde995fadb8a3e8ee18f 100644 (file)
@@ -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">