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 <label> | 10 <label> |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
311 <div class="radio"> | 311 <div class="radio"> |
312 <label> | 312 <label> |
313 <input type="radio" name="media-stream" value="block"> | 313 <input type="radio" name="media-stream" value="block"> |
314 <span i18n-content="mediaStreamBlock"></span> | 314 <span i18n-content="mediaStreamBlock"></span> |
315 </label> | 315 </label> |
316 </div> | 316 </div> |
317 <button class="exceptions-list-button" contentType="media-stream" | 317 <button class="exceptions-list-button" contentType="media-stream" |
318 i18n-content="manage_exceptions"></button> | 318 i18n-content="manage_exceptions"></button> |
319 </div> | 319 </div> |
320 </section> | 320 </section> |
321 <section id="media-gallery-section" hidden> | 321 <section id="media-galleries-section" hidden> |
322 <h3 i18n-content="mediaGalleriesSectionLabel"></h3> | 322 <h3 i18n-content="mediaGalleriesSectionLabel"></h3> |
323 <div> | 323 <div> |
324 <button id="manage-galleries-button" | 324 <button id="manage-galleries-button" |
325 i18n-content="manageGalleriesButton"></button> | 325 i18n-content="manageGalleriesButton"></button> |
326 </div> | 326 </div> |
327 </section> | 327 </section> |
328 </div> | 328 </div> |
329 <div class="action-area"> | 329 <div class="action-area"> |
330 <div class="button-strip"> | 330 <div class="button-strip"> |
331 <button id="content-settings-overlay-confirm" i18n-content="ok"></button> | 331 <button id="content-settings-overlay-confirm" i18n-content="ok"></button> |
332 </div> | 332 </div> |
333 </div> | 333 </div> |
334 </div> | 334 </div> |
OLD | NEW |