29 lines
1.1 KiB
HTML
29 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/.
|
|
|
|
<!-- Experimental panel -->
|
|
|
|
<script src="chrome://browser/content/preferences/experimental.js"/>
|
|
<html:template id="template-paneExperimental">
|
|
<vbox id="firefoxExperimentalCategory"
|
|
class="subcategory"
|
|
hidden="true"
|
|
data-category="paneExperimental">
|
|
<html:h1 data-l10n-id="settings-pane-labs-title" class="section-heading"/>
|
|
</vbox>
|
|
|
|
<html:div data-category="paneExperimental"
|
|
id="pane-experimental-featureGates"
|
|
hidden="true">
|
|
<label class="search-header" hidden="true">
|
|
<html:h2 data-l10n-id="settings-pane-labs-title" class="section-heading"/>
|
|
</label>
|
|
<html:p data-l10n-id="pane-experimental-description3"
|
|
class="description-deemphasized section-description"/>
|
|
<hbox pack="start" class="section-header-last">
|
|
<html:moz-button id="experimentalCategory-reset"
|
|
data-l10n-id="pane-experimental-reset"/>
|
|
</hbox>
|
|
</html:div>
|
|
</html:template>
|