| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 content-setting="javascript" value="block"></span> | 106 content-setting="javascript" value="block"></span> |
| 107 </span> | 107 </span> |
| 108 </label> | 108 </label> |
| 109 </div> | 109 </div> |
| 110 <div class="settings-row"> | 110 <div class="settings-row"> |
| 111 <button class="exceptions-list-button" contentType="javascript" | 111 <button class="exceptions-list-button" contentType="javascript" |
| 112 i18n-content="manageExceptions"></button> | 112 i18n-content="manageExceptions"></button> |
| 113 </div> | 113 </div> |
| 114 </div> | 114 </div> |
| 115 </section> | 115 </section> |
| 116 <!-- Keygen filter --> | |
| 117 <section> | |
| 118 <h3 i18n-content="keygenTabLabel"></h3> | |
| 119 <div> | |
| 120 <div class="radio controlled-setting-with-label"> | |
| 121 <label> | |
| 122 <input type="radio" name="keygen" value="allow"> | |
| 123 <span> | |
| 124 <span i18n-content="keygenAllow"></span> | |
| 125 <span class="controlled-setting-indicator" | |
| 126 content-setting="keygen" value="allow"></span> | |
| 127 </span> | |
| 128 </label> | |
| 129 </div> | |
| 130 <div class="radio controlled-setting-with-label"> | |
| 131 <label> | |
| 132 <input type="radio" name="keygen" value="block"> | |
| 133 <span> | |
| 134 <span i18n-content="keygenBlock"></span> | |
| 135 <span class="controlled-setting-indicator" | |
| 136 content-setting="keygen" value="block"></span> | |
| 137 </span> | |
| 138 </label> | |
| 139 </div> | |
| 140 <div class="settings-row"> | |
| 141 <button class="exceptions-list-button" contentType="keygen" | |
| 142 i18n-content="manageExceptions"></button> | |
| 143 </div> | |
| 144 </div> | |
| 145 </section> | |
| 146 <!-- Handlers settings --> | 116 <!-- Handlers settings --> |
| 147 <section id="handlers-section"> | 117 <section id="handlers-section"> |
| 148 <h3 i18n-content="handlersTabLabel"></h3> | 118 <h3 i18n-content="handlersTabLabel"></h3> |
| 149 <div> | 119 <div> |
| 150 <div class="radio"> | 120 <div class="radio"> |
| 151 <label> | 121 <label> |
| 152 <input type="radio" name="handlers" value="allow" | 122 <input type="radio" name="handlers" value="allow" |
| 153 class="handler-radio"> | 123 class="handler-radio"> |
| 154 <span i18n-content="handlersAllow"></span> | 124 <span i18n-content="handlersAllow"></span> |
| 155 </label> | 125 </label> |
| (...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 </section> | 613 </section> |
| 644 </div> | 614 </div> |
| 645 <div class="action-area"> | 615 <div class="action-area"> |
| 646 <div class="button-strip"> | 616 <div class="button-strip"> |
| 647 <button id="content-settings-overlay-confirm" class="default-button" | 617 <button id="content-settings-overlay-confirm" class="default-button" |
| 648 i18n-content="done"> | 618 i18n-content="done"> |
| 649 </button> | 619 </button> |
| 650 </div> | 620 </div> |
| 651 </div> | 621 </div> |
| 652 </div> | 622 </div> |
| OLD | NEW |