blob: 9288a92d882c92dc197f00d1e6c4570bb93d8f39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<div class="page hidden" id="labsPage">
<h1 i18n-content="labsPage"></h1>
<section>
<h3 i18n-content="mediaplayer_title"></h3>
<div class="option">
<table class="option-control-table">
<tr>
<td class="option-name"><label><input id="mediaplayer-check"
pref="settings.labs.mediaplayer" type="checkbox"><span
i18n-content="mediaplayer"></span></label></td>
</tr>
</table>
</div>
</section>
<section>
<h3 i18n-content="advanced_file_title"></h3>
<div class="option">
<table class="option-control-table">
<tr>
<td class="option-name"><label><input id="advanced-filesystem-check"
pref="settings.labs.advanced_filesystem" type="checkbox"><span
i18n-content="advanced_filesystem"></span></label></td>
</tr>
</table>
</div>
</section>
<section>
<h3 i18n-content="talk_title"></h3>
<div class="option">
<table class="option-control-table">
<tr>
<td class="option-name"><label><input id="talk-check"
pref="extensions.settings.ggnioahjipcehijkhpdjekioddnjoben.state"
type="checkbox" value-type="number"><span
i18n-content="talk"></span></label></td>
</tr>
</table>
</div>
</section>
</div>
|