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="cookiesTabLabel"></h3> | 7 <h3 i18n-content="cookiesTabLabel"></h3> |
8 <div> | 8 <div> |
9 <div class="radio controlled-setting-with-label"> | 9 <div class="radio controlled-setting-with-label"> |
10 <label> | 10 <label> |
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
607 <!-- Page zoom levels --> | 607 <!-- Page zoom levels --> |
608 <section id="page-zoom-levels"> | 608 <section id="page-zoom-levels"> |
609 <h3 i18n-content="zoomlevelsHeader"></h3> | 609 <h3 i18n-content="zoomlevelsHeader"></h3> |
610 <div> | 610 <div> |
611 <div class="settings-row"> | 611 <div class="settings-row"> |
612 <button class="exceptions-list-button" contentType="zoomlevels" | 612 <button class="exceptions-list-button" contentType="zoomlevels" |
613 i18n-content="zoomLevelsManage"></button> | 613 i18n-content="zoomLevelsManage"></button> |
614 </div> | 614 </div> |
615 </div> | 615 </div> |
616 </section> | 616 </section> |
617 <!-- Media autoplay settings --> | |
msramek
2015/10/28 10:42:50
I'd move this up, just below mic and camera, since
| |
618 <section> | |
619 <h3 i18n-content="mediaAutoplayHeader"></h3> | |
620 <div> | |
621 <div class="radio"> | |
622 <label> | |
623 <input type="radio" name="media-autoplay" value="allow"> | |
624 <span i18n-content="mediaAutoplayAllow"></span> | |
625 </label> | |
626 </div> | |
627 <div class="radio"> | |
628 <label> | |
629 <input type="radio" name="media-autoplay" | |
630 value="detect_important_content"> | |
631 <span i18n-content="mediaAutoplayDetectImportantContent"></span> | |
632 </label> | |
633 </div> | |
634 <div class="radio"> | |
635 <label> | |
636 <input type="radio" name="media-autoplay" value="block"> | |
637 <span i18n-content="mediaAutoplayBlock"></span> | |
638 </label> | |
639 </div> | |
640 <div class="settings-row"> | |
641 <button class="exceptions-list-button" contentType="media-autoplay" | |
642 i18n-content="manageExceptions"></button> | |
643 </div> | |
644 </div> | |
645 </section> | |
617 </div> | 646 </div> |
618 <div class="action-area"> | 647 <div class="action-area"> |
619 <div class="button-strip"> | 648 <div class="button-strip"> |
620 <button id="content-settings-overlay-confirm" class="default-button" | 649 <button id="content-settings-overlay-confirm" class="default-button" |
621 i18n-content="done"> | 650 i18n-content="done"> |
622 </button> | 651 </button> |
623 </div> | 652 </div> |
624 </div> | 653 </div> |
625 </div> | 654 </div> |
OLD | NEW |