Skip to content
This repository was archived by the owner on Jan 31, 2018. It is now read-only.

Commit e399a87

Browse files
committed
[bug 1007381] Add help link to query syntax
1 parent cc9d94d commit e399a87

6 files changed

Lines changed: 7 additions & 1 deletion

File tree

fjord/analytics/templates/analytics/analyzer/occurrences.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ <h3>First</h3>
4646
<label for="id_first_search_term">Search term</label>
4747
<input id="id_first_search_term" type="text" name="first_search_term" value="{{ form.first_search_term.value() }}" />
4848
{{ form.first_search_term.errors }}
49-
</div>
49+
<a href="https://wiki.mozilla.org/Firefox/Input#Search_syntax" target="_blank"><img src="/static/img/help.png"/></a>
50+
</div>
5051

5152
<div class="container">
5253
<label for="first_start_date">Start date</label>
@@ -76,6 +77,7 @@ <h3>Second</h3>
7677
<label for="id_second_search_term">Search term</label>
7778
<input id="id_second_search_term" type="text" name="second_search_term" value="{{ form.second_search_term.value() }}" />
7879
{{ form.second_search_term.errors }}
80+
<a href="https://wiki.mozilla.org/Firefox/Input#Search_syntax" target="_blank"><img src="/static/img/help.png"/></a>
7981
</div>
8082

8183
<div class="container">

fjord/analytics/templates/analytics/analyzer/search.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ <h2>Feedback search: {{ opinion_count }} responses</h2>
162162
<input type="hidden" name="{{ key }}" value="{{ value }}" />
163163
{% endif %}
164164
{% endfor %}
165+
<a href="https://wiki.mozilla.org/Firefox/Input#Search_syntax" target="_blank"><img src="/static/img/help.png"/></a>
165166
</form>
166167

167168
<p class="note">

fjord/analytics/templates/analytics/dashboard.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ <h2>{{ _('Latest Feedback') }}</h2>
165165
<input type="hidden" name="{{ key }}" value="{{ value }}" />
166166
{% endif %}
167167
{% endfor %}
168+
<a href="https://wiki.mozilla.org/Firefox/Input#Search_syntax" target="_blank"><img src="/static/img/help.png"/></a>
168169
</form>
169170

170171
<ul>

fjord/analytics/templates/analytics/product_dashboard.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<input type="hidden" name="{{ key }}" value="{{ value }}" />
2323
{% endif %}
2424
{% endfor %}
25+
<a href="https://wiki.mozilla.org/Firefox/Input#Search_syntax" target="_blank"><img src="/static/img/help.png"/></a>
2526
</form>
2627
</div>
2728
</div>

fjord/analytics/templates/analytics/product_dashboard_firefox.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<input type="hidden" name="{{ key }}" value="{{ value }}" />
2323
{% endif %}
2424
{% endfor %}
25+
<a href="https://wiki.mozilla.org/Firefox/Input#Search_syntax" target="_blank"><img src="/static/img/help.png"/></a>
2526
</form>
2627
</div>
2728
</div>

fjord/base/static/img/help.png

409 Bytes
Loading

0 commit comments

Comments
 (0)