blob: cce03b47051e1a8253b0b59be464cbe8d9cf53ac (
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
|
<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>
</div>
|