OLD | NEW |
1 <div id="content-settings-page" class="page" hidden> | 1 <div id="content-settings-page" class="page" hidden> |
2 <h1 i18n-content="contentSettingsPage"></h1> | 2 <header><h1 i18n-content="contentSettingsPage"></h1></header> |
3 <div class="displaytable"> | 3 <div class="displaytable"> |
4 <!-- Cookie filter tab contents --> | 4 <!-- Cookie filter tab contents --> |
5 <section> | 5 <section> |
6 <h3 i18n-content="cookies_tab_label"></h3> | 6 <h3 i18n-content="cookies_tab_label"></h3> |
7 <div> | 7 <div> |
8 <div class="radio"> | 8 <div class="radio"> |
9 <label> | 9 <label> |
10 <input type="radio" name="cookies" value="allow"> | 10 <input type="radio" name="cookies" value="allow"> |
11 <span i18n-content="cookies_allow"></span> | 11 <span i18n-content="cookies_allow"></span> |
12 </label> | 12 </label> |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 </div> | 270 </div> |
271 <button class="exceptions-list-button" contentType="intents" | 271 <button class="exceptions-list-button" contentType="intents" |
272 i18n-content="manage_exceptions"></button> | 272 i18n-content="manage_exceptions"></button> |
273 <button id="manage-intents-button" contentType="intents" | 273 <button id="manage-intents-button" contentType="intents" |
274 i18n-content="manageIntents"></button> | 274 i18n-content="manageIntents"></button> |
275 </div> | 275 </div> |
276 </section> | 276 </section> |
277 </if> | 277 </if> |
278 </div> | 278 </div> |
279 </div> | 279 </div> |
OLD | NEW |