| OLD | NEW |
| 1 <div class="page hidden" id="content-settings-page"> | 1 <div class="page" id="content-settings-page" hidden> |
| 2 <h1 i18n-content="contentSettingsPage"></h1> | 2 <h1 i18n-content="contentSettingsPage"></h1> |
| 3 <!-- Cookie filter tab contents --> | 3 <!-- Cookie filter tab contents --> |
| 4 <section> | 4 <section> |
| 5 <h3 i18n-content="cookies_tab_label"></h3> | 5 <h3 i18n-content="cookies_tab_label"></h3> |
| 6 <div> | 6 <div> |
| 7 <div class="radio"> | 7 <div class="radio"> |
| 8 <label> | 8 <label> |
| 9 <input type="radio" name="cookies" value="allow"> | 9 <input type="radio" name="cookies" value="allow"> |
| 10 <span i18n-content="cookies_allow"></span> | 10 <span i18n-content="cookies_allow"></span> |
| 11 </label> | 11 </label> |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 <input type="radio" name="notifications" value="block"> | 194 <input type="radio" name="notifications" value="block"> |
| 195 <span i18n-content="notifications_block"></span> | 195 <span i18n-content="notifications_block"></span> |
| 196 </label> | 196 </label> |
| 197 </div> | 197 </div> |
| 198 | 198 |
| 199 <button class="exceptions-list-button" contentType="notifications" | 199 <button class="exceptions-list-button" contentType="notifications" |
| 200 i18n-content="manage_exceptions"></button> | 200 i18n-content="manage_exceptions"></button> |
| 201 </div> | 201 </div> |
| 202 </section> | 202 </section> |
| 203 </div> | 203 </div> |
| OLD | NEW |