From 705cef84c640ca923b446d3692fda78b6f567b9c Mon Sep 17 00:00:00 2001 From: Tim Watts Date: Fri, 2 Mar 2012 20:32:22 +0000 Subject: [PATCH 1/3] [bug 732196] added temp slowness message for sad feedback --- apps/feedback/templates/feedback/feedback-form.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/feedback/templates/feedback/feedback-form.html b/apps/feedback/templates/feedback/feedback-form.html index 4434bd89..fde9428d 100644 --- a/apps/feedback/templates/feedback/feedback-form.html +++ b/apps/feedback/templates/feedback/feedback-form.html @@ -40,7 +40,13 @@

{{ form.url.errors }} {% endif %} - + {% if type == 'sad' %} +
+ {% trans %} + Please be as specific as you can in the allotted space. For example, if you are giving feedback about slowness, please tell us about relevant websites, if you notice it at the beginning or later in the browsing session and if there are any actions that you perform in Firefox that are particularly problematic. + {% endtrans %} +
+ {% endif %}

From 1d25ed2551c96e4c52f6c221e58dd0d03c37b9eb Mon Sep 17 00:00:00 2001 From: Tim Watts Date: Fri, 2 Mar 2012 20:41:39 +0000 Subject: [PATCH 2/3] word wrap --- apps/feedback/templates/feedback/feedback-form.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/feedback/templates/feedback/feedback-form.html b/apps/feedback/templates/feedback/feedback-form.html index fde9428d..d3e79648 100644 --- a/apps/feedback/templates/feedback/feedback-form.html +++ b/apps/feedback/templates/feedback/feedback-form.html @@ -43,7 +43,12 @@

{% if type == 'sad' %}
{% trans %} - Please be as specific as you can in the allotted space. For example, if you are giving feedback about slowness, please tell us about relevant websites, if you notice it at the beginning or later in the browsing session and if there are any actions that you perform in Firefox that are particularly problematic. + Please be as specific as you can in the allotted space. + For example, if you are giving feedback about slowness, + please tell us about relevant websites, if you notice it + at the beginning or later in the browsing session and if + there are any actions that you perform in Firefox that + are particularly problematic. {% endtrans %}
{% endif %} From 7d87b101a6d6ed11b2fb19c3edf60a5258e50cfb Mon Sep 17 00:00:00 2001 From: Tim Watts Date: Fri, 2 Mar 2012 20:52:13 +0000 Subject: [PATCH 3/3] add line height and resuable class --- apps/feedback/templates/feedback/feedback-form.html | 2 +- media/css/feedback.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/feedback/templates/feedback/feedback-form.html b/apps/feedback/templates/feedback/feedback-form.html index d3e79648..87f8f74f 100644 --- a/apps/feedback/templates/feedback/feedback-form.html +++ b/apps/feedback/templates/feedback/feedback-form.html @@ -41,7 +41,7 @@

{% endif %} {% if type == 'sad' %} -
+