OLD | NEW |
1 <div class="page hidden" id="content-settings-page"> | 1 <div class="page hidden" id="content-settings-page"> |
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 <label class="radio"> | 7 <label class="radio"> |
8 <input type="radio" name="cookies" value="allow"> | 8 <input type="radio" name="cookies" value="allow"> |
9 <span i18n-content="cookies_allow"></span> | 9 <span i18n-content="cookies_allow"></span> |
10 </label> | 10 </label> |
11 <label class="radio"> | 11 <label class="radio"> |
12 <input type="radio" name="cookies" value="block"> | 12 <input type="radio" name="cookies" value="block"> |
13 <span i18n-content="cookies_block"></span> | 13 <span i18n-content="cookies_block"></span> |
14 </label> | 14 </label> |
15 | 15 |
16 <label class="checkbox"> | 16 <label class="checkbox"> |
17 <input id="block-third-party-cookies" | 17 <input id="block-third-party-cookies" |
18 pref="profile.block_third_party_cookies" type="checkbox"> | 18 pref="profile.block_third_party_cookies" type="checkbox"> |
19 <span i18n-content="cookies_block_3rd_party"></span> | 19 <span i18n-content="cookies_block_3rd_party"></span> |
20 </label> | 20 </label> |
21 <label class="checkbox"> | 21 <label class="checkbox"> |
22 <input id="clear-cookies-on-exit" | 22 <input id="clear-cookies-on-exit" |
23 pref="profile.clear_site_data_on_exit" type="checkbox"> | 23 pref="profile.clear_site_data_on_exit" type="checkbox"> |
24 <span i18n-content="cookies_clear_on_exit"></span> | 24 <span id="clear-cookies-on-exit-label"></span> |
25 </label> | 25 </label> |
26 | 26 |
27 <button class="exceptions-list-button" contentType="cookies" | 27 <button class="exceptions-list-button" contentType="cookies" |
28 i18n-content="manage_exceptions"></button> | 28 i18n-content="manage_exceptions"></button> |
29 <button id="show-cookies-button" | 29 <button id="show-cookies-button" |
30 i18n-content="cookies_show_cookies"></button> | 30 i18n-content="cookies_show_cookies"></button> |
31 </div> | 31 </div> |
32 </section> | 32 </section> |
33 | 33 |
34 <!-- Image filter --> | 34 <!-- Image filter --> |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 <label class="radio"> | 144 <label class="radio"> |
145 <input type="radio" name="notifications" value="block"> | 145 <input type="radio" name="notifications" value="block"> |
146 <span i18n-content="notifications_block"></span> | 146 <span i18n-content="notifications_block"></span> |
147 </label> | 147 </label> |
148 | 148 |
149 <button class="exceptions-list-button" contentType="notifications" | 149 <button class="exceptions-list-button" contentType="notifications" |
150 i18n-content="manage_exceptions"></button> | 150 i18n-content="manage_exceptions"></button> |
151 </div> | 151 </div> |
152 </section> | 152 </section> |
153 </div> | 153 </div> |
OLD | NEW |