]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1508385 - Remove links to input.mozilla.org from Guided Bug Entry flow
authordklawren <dklawren@users.noreply.github.com>
Wed, 28 Nov 2018 19:14:15 +0000 (14:14 -0500)
committerGitHub <noreply@github.com>
Wed, 28 Nov 2018 19:14:15 +0000 (14:14 -0500)
extensions/BMO/template/en/default/account/create.html.tmpl
extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
template/en/default/bug/create/create-guided.html.tmpl

index cebdd81fc3496cc349f65cec3a28684f811be521..5497ee5dd1fafb815feb93af84c97d52f9569c64 100644 (file)
@@ -92,12 +92,6 @@ function onSubmit() {
       url = "https://support.mozilla.org/products/thunderbird"
       desc = "Support for Thunderbird email client."
   %]
-  [% INCLUDE product
-      icon = "input"
-      name = "Feedback"
-      url = "https://input.mozilla.org/feedback"
-      desc = "Report issues with a web site that you use, or provide quick feedback for Firefox."
-  %]
   </table>
 
 </td>
index 8026bcd39e835ff9a4cc05156756305f8bb7cd44..8836e919d1e9a048457dc9ba0a04d181a80a9139 100644 (file)
@@ -245,19 +245,6 @@ Other Mozilla products which aren't listed here
       For technical support or help getting your site to work with Mozilla.
     </td>
   </tr>
-  <tr>
-    <td>
-      <div class="exit_img">
-        <a href="https://input.mozilla.org/feedback/">
-        <img src="[% basepath FILTER none %]extensions/GuidedBugEntry/web/images/input.png" width="32" height="32">
-        </a>
-      </div>
-    </td>
-    <td class="exit_text">
-      <a href="https://input.mozilla.org/feedback/#sad">Offer us ideas on how to make Firefox better</a><br>
-      <a href="https://input.mozilla.org/feedback/">Provide feedback about Firefox</a><br>
-    </td>
-  </tr>
   <tr>
     <td>
       <div class="exit_img">
@@ -265,9 +252,7 @@ Other Mozilla products which aren't listed here
       </div>
     </td>
     <td class="exit_text_last">
-
-      <a onclick="product.select('Core', 'Untriaged')" href="javascript:void(0)">Report an issue with Firefox on a site that I've developed</a><br>
-      <a href="https://input.mozilla.org/feedback/#sad">Report an issue with a web site that I use</a><br>
+      <a onclick="product.select('Core', 'Untriaged')" href="javascript:void(0)">Report an issue with Firefox on a site that I've developed</a>
     </td>
   </tr>
 </table>
index f0cfb71a17211b15ca35c022eca522058522b2e7..4318b0e90c418d38b2c3649df468c6da2f775bfa 100644 (file)
@@ -235,10 +235,7 @@ function PutDescription() {
     <td valign="top">
       <input type="text" size="80" name="bug_file_loc" placeholder="https://">
       <p>
-        URL that demonstrates the problem you are seeing (optional).<br>
-        <b>IMPORTANT</b>: if the problem is with a broken web page, you need
-        to report it
-        <a href="https://input.mozilla.org/feedback">a different way</a>.
+        URL that demonstrates the problem you are seeing (optional).
       </p>
    </td>
   </tr>