blob: 66d245b02c1e1034834b9898256fd806ca83ed94 (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
<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 class="checkbox">
<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 class="checkbox">
<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 class="checkbox">
<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>
<section>
<h3 i18n-content="side_tabs_title"></h3>
<div class="option">
<table class="option-control-table">
<tr>
<td class="option-name"><label><input id="side-tabs-check"
pref="tabs.use_vertical_tabs" type="checkbox"><span
i18n-content="side_tabs"></span></label></td>
</tr>
</table>
</div>
</section>
</div>
|