OLD | NEW |
1 <div id="content-settings-page" class="page" hidden> | 1 <div id="content-settings-page" class="page" hidden> |
2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
3 <h1 i18n-content="contentSettingsPage"></h1> | 3 <h1 i18n-content="contentSettingsPage"></h1> |
4 <div class="content-area"> | 4 <div class="content-area"> |
5 <!-- Cookie filter tab contents --> | 5 <!-- Cookie filter tab contents --> |
6 <section> | 6 <section> |
7 <h3 i18n-content="cookies_tab_label"></h3> | 7 <h3 i18n-content="cookies_tab_label"></h3> |
8 <div> | 8 <div> |
9 <div class="radio"> | 9 <div class="radio"> |
10 <span class="controlled-setting-with-label"> | 10 <span class="controlled-setting-with-label"> |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
415 <div class="settings-row"> | 415 <div class="settings-row"> |
416 <button id="protected-content-exceptions" | 416 <button id="protected-content-exceptions" |
417 class="exceptions-list-button" contentType="protectedContent" | 417 class="exceptions-list-button" contentType="protectedContent" |
418 i18n-content="manageExceptions"></button> | 418 i18n-content="manageExceptions"></button> |
419 </div> | 419 </div> |
420 </if> | 420 </if> |
421 </div> | 421 </div> |
422 </section> | 422 </section> |
423 </if> | 423 </if> |
424 <!-- Media Stream capture device filter --> | 424 <!-- Media Stream capture device filter --> |
425 <section> | 425 <section id="media-stream-settings"> |
426 <div class="section-header"> | 426 <div class="section-header"> |
427 <h3 i18n-content="mediaStreamTabLabel"></h3> | 427 <h3 i18n-content="mediaStreamTabLabel"></h3> |
428 <span id="media-indicator" | 428 <span id="media-indicator" |
429 class="controlled-setting-indicator group-indicator"></span> | 429 class="controlled-setting-indicator group-indicator"></span> |
430 </div> | 430 </div> |
431 <div> | 431 <div> |
432 <div class="media-device-control"> | 432 <div class="media-device-control"> |
433 <span i18n-content="mediaSelectMicLabel"></span> | 433 <span i18n-content="mediaSelectMicLabel"></span> |
434 <select id="media-select-mic" class="weakrtl"></select> | 434 <select id="media-select-mic" class="weakrtl"></select> |
435 </div> | 435 </div> |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
597 </section> | 597 </section> |
598 </div> | 598 </div> |
599 <div class="action-area"> | 599 <div class="action-area"> |
600 <div class="button-strip"> | 600 <div class="button-strip"> |
601 <button id="content-settings-overlay-confirm" class="default-button" | 601 <button id="content-settings-overlay-confirm" class="default-button" |
602 i18n-content="done"> | 602 i18n-content="done"> |
603 </button> | 603 </button> |
604 </div> | 604 </div> |
605 </div> | 605 </div> |
606 </div> | 606 </div> |
OLD | NEW |