Commit 9a7cc1a4 authored by Reed Loden's avatar Reed Loden Committed by Max Kanat-Alexander

Bug 575499: Fix a few text issues on the new Advanced Search page

r=mkanat, a=mkanat
parent 0551dc5d
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<h3 id="chart"> <h3 id="chart">
Custom Search <span class="section_help">Didn't find what Custom Search <span class="section_help">Didn't find what
you're looking for above? This area allows for ANDs, ORs you're looking for above? This area allows for ANDs, ORs,
and other more complex searches.</span> and other more complex searches.</span>
</h3> </h3>
......
...@@ -310,8 +310,8 @@ TUI_hide_default('information_query'); ...@@ -310,8 +310,8 @@ TUI_hide_default('information_query');
<div class="bz_section_title" id="people_filter"> <div class="bz_section_title" id="people_filter">
<div id="people_query_controller" class="arrow">&#9660;</div> <div id="people_query_controller" class="arrow">&#9660;</div>
<a href="javascript:TUI_toggle_class('people_query')">Search By People</a> <a href="javascript:TUI_toggle_class('people_query')">Search By People</a>
<span>Narrow results to a role (ie. [% field_descs.assigned_to FILTER html %], <span>Narrow results to a role (i.e. [% field_descs.assigned_to FILTER html %],
[% field_descs.reporter FILTER html %], [% field_descs.commenter FILTER html %], [%+ field_descs.reporter FILTER html %], [% field_descs.commenter FILTER html %],
etc.) a person has on [% terms.abug %] etc.) a person has on [% terms.abug %]
</span> </span>
</div> </div>
...@@ -375,7 +375,7 @@ TUI_hide_default('information_query'); ...@@ -375,7 +375,7 @@ TUI_hide_default('information_query');
size="20" value="[% default.chfieldvalue.0 FILTER html %]"> size="20" value="[% default.chfieldvalue.0 FILTER html %]">
</li> </li>
<li> <li>
<label for="chfieldfrom">Between:</label> <label for="chfieldfrom">between:</label>
<input name="chfieldfrom" id="chfieldfrom" size="10" <input name="chfieldfrom" id="chfieldfrom" size="10"
value="[% default.chfieldfrom.0 FILTER html %]" onchange="updateCalendarFromField(this)"> value="[% default.chfieldfrom.0 FILTER html %]" onchange="updateCalendarFromField(this)">
<button type="button" class="calendar_button" <button type="button" class="calendar_button"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment