forked from mirrors/gecko-dev
Differential Revision: https://phabricator.services.mozilla.com/D53125 --HG-- rename : browser/components/preferences/applicationManager.xul => browser/components/preferences/applicationManager.xhtml rename : browser/components/preferences/blocklists.xul => browser/components/preferences/blocklists.xhtml rename : browser/components/preferences/browserLanguages.xul => browser/components/preferences/browserLanguages.xhtml rename : browser/components/preferences/clearSiteData.xul => browser/components/preferences/clearSiteData.xhtml rename : browser/components/preferences/colors.xul => browser/components/preferences/colors.xhtml rename : browser/components/preferences/connection.xul => browser/components/preferences/connection.xhtml rename : browser/components/preferences/containers.xul => browser/components/preferences/containers.xhtml rename : browser/components/preferences/fonts.xul => browser/components/preferences/fonts.xhtml rename : browser/components/preferences/in-content/containers.inc.xul => browser/components/preferences/in-content/containers.inc.xhtml rename : browser/components/preferences/in-content/fxaPairDevice.xul => browser/components/preferences/in-content/fxaPairDevice.xhtml rename : browser/components/preferences/in-content/home.inc.xul => browser/components/preferences/in-content/home.inc.xhtml rename : browser/components/preferences/in-content/main.inc.xul => browser/components/preferences/in-content/main.inc.xhtml rename : browser/components/preferences/in-content/preferences.xul => browser/components/preferences/in-content/preferences.xhtml rename : browser/components/preferences/in-content/privacy.inc.xul => browser/components/preferences/in-content/privacy.inc.xhtml rename : browser/components/preferences/in-content/search.inc.xul => browser/components/preferences/in-content/search.inc.xhtml rename : browser/components/preferences/in-content/searchResults.inc.xul => browser/components/preferences/in-content/searchResults.inc.xhtml rename : browser/components/preferences/in-content/sync.inc.xul => browser/components/preferences/in-content/sync.inc.xhtml rename : browser/components/preferences/in-content/syncChooseWhatToSync.xul => browser/components/preferences/in-content/syncChooseWhatToSync.xhtml rename : browser/components/preferences/languages.xul => browser/components/preferences/languages.xhtml rename : browser/components/preferences/permissions.xul => browser/components/preferences/permissions.xhtml rename : browser/components/preferences/sanitize.xul => browser/components/preferences/sanitize.xhtml rename : browser/components/preferences/selectBookmark.xul => browser/components/preferences/selectBookmark.xhtml rename : browser/components/preferences/siteDataRemoveSelected.xul => browser/components/preferences/siteDataRemoveSelected.xhtml rename : browser/components/preferences/siteDataSettings.xul => browser/components/preferences/siteDataSettings.xhtml rename : browser/components/preferences/sitePermissions.xul => browser/components/preferences/sitePermissions.xhtml rename : browser/components/preferences/translation.xul => browser/components/preferences/translation.xhtml rename : toolkit/mozapps/preferences/changemp.xul => toolkit/mozapps/preferences/changemp.xhtml rename : toolkit/mozapps/preferences/removemp.xul => toolkit/mozapps/preferences/removemp.xhtml rename : toolkit/mozapps/update/content/history.xul => toolkit/mozapps/update/content/history.xhtml extra : moz-landing-system : lando
28 lines
1.1 KiB
HTML
28 lines
1.1 KiB
HTML
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
- You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<hbox id="header-searchResults"
|
|
class="subcategory"
|
|
hidden="true"
|
|
data-hidden-from-search="true"
|
|
data-category="paneSearchResults">
|
|
<html:h1 data-l10n-id="search-results-header"/>
|
|
</hbox>
|
|
|
|
<groupbox id="no-results-message"
|
|
data-hidden-from-search="true"
|
|
data-category="paneSearchResults"
|
|
hidden="true">
|
|
<vbox class="no-results-container">
|
|
<label id="sorry-message" data-l10n-id="search-results-empty-message">
|
|
<html:span data-l10n-name="query" id="sorry-message-query"/>
|
|
</label>
|
|
<label id="need-help" data-l10n-id="search-results-help-link">
|
|
<html:a class="text-link" data-l10n-name="url" target="_blank"></html:a>
|
|
</label>
|
|
</vbox>
|
|
<vbox class="no-results-container no-results-image-container" align="center">
|
|
<image class="no-results-image"></image>
|
|
</vbox>
|
|
</groupbox>
|