|
|
@ -99,14 +99,14 @@ limitations under the License. |
|
|
|
|
|
|
|
|
|
|
|
<div id="mainContainer"> |
|
|
|
<div id="mainContainer"> |
|
|
|
<div class="findbar hidden doorHanger" id="findbar"> |
|
|
|
<div class="findbar hidden doorHanger" id="findbar"> |
|
|
|
<label for="findInput">Find: </label> |
|
|
|
<label for="findInput" data-l10n-id="find_label">Find</label>: |
|
|
|
<input id="findInput" type="search"> |
|
|
|
<input id="findInput" type="search"> |
|
|
|
<button id="findPrevious"><</button> |
|
|
|
<button id="findPrevious" data-l10n-id="find_previous" title=""><</button> |
|
|
|
<button id="findNext">></button> |
|
|
|
<button id="findNext" data-l10n-id="find_next">></button> |
|
|
|
<input type="checkbox" id="findHighlightAll"> |
|
|
|
<input type="checkbox" id="findHighlightAll"> |
|
|
|
<label for="findHighlightAll">Highlight all</label> |
|
|
|
<label for="findHighlightAll" data-l10n-id="find_highlight">Highlight all</label> |
|
|
|
<input type="checkbox" id="findMatchCase"> |
|
|
|
<input type="checkbox" id="findMatchCase"> |
|
|
|
<label for="findMatchCase">Match case</label> |
|
|
|
<label for="findMatchCase" data-l10n-id="find_match_case_label">Match case</label> |
|
|
|
<span id="findMsg"></span> |
|
|
|
<span id="findMsg"></span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="toolbar"> |
|
|
|
<div class="toolbar"> |
|
|
@ -118,8 +118,8 @@ limitations under the License. |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
<div class="toolbarButtonSpacer"></div> |
|
|
|
<div class="toolbarButtonSpacer"></div> |
|
|
|
<!--#if !MOZCENTRAL--> |
|
|
|
<!--#if !MOZCENTRAL--> |
|
|
|
<button id="viewFind" class="toolbarButton group" title="Find in Document" tabindex="4" data-l10n-id="find_panel"> |
|
|
|
<button id="viewFind" class="toolbarButton group" title="Find in Document" tabindex="4" data-l10n-id="find"> |
|
|
|
<span data-l10n-id="find_panel_label">Find in Document</span> |
|
|
|
<span data-l10n-id="find_label">Find</span> |
|
|
|
</button> |
|
|
|
</button> |
|
|
|
<!--#endif--> |
|
|
|
<!--#endif--> |
|
|
|
<div class="splitToolbarButton"> |
|
|
|
<div class="splitToolbarButton"> |
|
|
|