This repository was archived by the owner on Jan 31, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
analytics/templates/analytics Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff 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 ">
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments