| OLD | NEW |
| (Empty) |
| 1 <div class="page hidden" id="labsPage"> | |
| 2 <h1 i18n-content="labsPage"></h1> | |
| 3 <section> | |
| 4 <h3 i18n-content="mediaplayer_title"></h3> | |
| 5 <div class="option"> | |
| 6 <table class="option-control-table"> | |
| 7 <tr> | |
| 8 <td class="option-name"> | |
| 9 <label class="checkbox"> | |
| 10 <input id="mediaplayer-check" pref="settings.labs.mediaplayer" | |
| 11 type="checkbox"> | |
| 12 <span i18n-content="mediaplayer"></span> | |
| 13 </label> | |
| 14 </td> | |
| 15 </tr> | |
| 16 </table> | |
| 17 </div> | |
| 18 </section> | |
| 19 <section> | |
| 20 <h3 i18n-content="advanced_file_title"></h3> | |
| 21 <div class="option"> | |
| 22 <table class="option-control-table"> | |
| 23 <tr> | |
| 24 <td class="option-name"> | |
| 25 <label class="checkbox"> | |
| 26 <input id="advanced-filesystem-check" | |
| 27 pref="settings.labs.advanced_filesystem" type="checkbox"> | |
| 28 <span i18n-content="advanced_filesystem"></span> | |
| 29 </label> | |
| 30 </td> | |
| 31 </tr> | |
| 32 </table> | |
| 33 </div> | |
| 34 </section> | |
| 35 <section> | |
| 36 <h3 i18n-content="side_tabs_title"></h3> | |
| 37 <div class="option"> | |
| 38 <table class="option-control-table"> | |
| 39 <tr> | |
| 40 <td class="option-name"><label><input id="side-tabs-check" | |
| 41 pref="tabs.use_vertical_tabs" type="checkbox"><span | |
| 42 i18n-content="side_tabs"></span></label></td> | |
| 43 </tr> | |
| 44 </table> | |
| 45 </div> | |
| 46 </section> | |
| 47 </div> | |
| OLD | NEW |