experimental.inc.xhtml (1309B)
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 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 <!-- Experimental panel --> 6 7 <script src="chrome://browser/content/preferences/experimental.js"/> 8 <html:template id="template-paneExperimental"> 9 <vbox id="firefoxExperimentalCategory" 10 class="subcategory" 11 hidden="true" 12 data-category="paneExperimental"> 13 <html:h1 data-l10n-id="settings-pane-labs-title" class="section-heading"/> 14 </vbox> 15 16 <html:div data-category="paneExperimental" 17 id="pane-experimental-featureGates" 18 hidden="true"> 19 <label class="search-header" hidden="true"> 20 <html:h2 data-l10n-id="settings-pane-labs-title" class="section-heading"/> 21 </label> 22 <html:p data-l10n-id="pane-experimental-description4" 23 class="description-deemphasized section-description"> 24 <html:a data-l10n-name="data-collection" 25 is="moz-support-link" 26 support-page="technical-and-interaction-data" 27 target="_blank"/> 28 </html:p> 29 <hbox pack="start" class="section-header-last"> 30 <html:moz-button id="experimentalCategory-reset" 31 data-l10n-id="pane-experimental-reset"/> 32 </hbox> 33 </html:div> 34 </html:template>