searchResults.inc.xhtml (1027B)
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public 2 - License, v. 2.0. If a copy of the MPL was not distributed with this file, 3 - You can obtain one at http://mozilla.org/MPL/2.0/. --> 4 5 <hbox id="header-searchResults" 6 class="subcategory" 7 hidden="true" 8 data-hidden-from-search="true" 9 data-category="paneSearchResults"> 10 <html:div id="search-tooltip-container"></html:div> 11 12 <html:h1 data-l10n-id="search-results-header"/> 13 </hbox> 14 15 <groupbox id="no-results-message" 16 data-hidden-from-search="true" 17 data-category="paneSearchResults" 18 hidden="true"> 19 <vbox class="no-results-container"> 20 <label id="sorry-message" data-l10n-id="search-results-empty-message2"> 21 <html:span data-l10n-name="query" id="sorry-message-query"/> 22 </label> 23 <label id="need-help" data-l10n-id="search-results-help-link"> 24 <html:a is="moz-support-link" class="text-link" data-l10n-name="url" support-page="preferences"/> 25 </label> 26 </vbox> 27 </groupbox>