| 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 <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> |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 <label> | 21 <label> |
| 22 <input id="block-third-party-cookies" | 22 <input id="block-third-party-cookies" |
| 23 pref="profile.block_third_party_cookies" type="checkbox"> | 23 pref="profile.block_third_party_cookies" type="checkbox"> |
| 24 <span i18n-content="cookies_block_3rd_party"></span> | 24 <span i18n-content="cookies_block_3rd_party"></span> |
| 25 </label> | 25 </label> |
| 26 </div> | 26 </div> |
| 27 <div class="checkbox"> | 27 <div class="checkbox"> |
| 28 <label> | 28 <label> |
| 29 <input id="clear-cookies-on-exit" | 29 <input id="clear-cookies-on-exit" |
| 30 pref="profile.clear_site_data_on_exit" type="checkbox"> | 30 pref="profile.clear_site_data_on_exit" type="checkbox"> |
| 31 <span id="clear-cookies-on-exit-label"></span> | 31 <span i18n-content="cookies_lso_clear_when_close" |
| 32 class="clear-plugin-lso-data-enabled"></span> |
| 33 <span i18n-content="cookies_clear_when_close" |
| 34 class="clear-plugin-lso-data-disabled"></span> |
| 32 </label> | 35 </label> |
| 33 </div> | 36 </div> |
| 34 | 37 |
| 35 <button class="exceptions-list-button" contentType="cookies" | 38 <button class="exceptions-list-button" contentType="cookies" |
| 36 i18n-content="manage_exceptions"></button> | 39 i18n-content="manage_exceptions"></button> |
| 37 <button id="show-cookies-button" | 40 <button id="show-cookies-button" |
| 38 i18n-content="cookies_show_cookies"></button> | 41 i18n-content="cookies_show_cookies"></button> |
| 39 </div> | 42 </div> |
| 40 </section> | 43 </section> |
| 41 | 44 |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 <input type="radio" name="notifications" value="block"> | 188 <input type="radio" name="notifications" value="block"> |
| 186 <span i18n-content="notifications_block"></span> | 189 <span i18n-content="notifications_block"></span> |
| 187 </label> | 190 </label> |
| 188 </div> | 191 </div> |
| 189 | 192 |
| 190 <button class="exceptions-list-button" contentType="notifications" | 193 <button class="exceptions-list-button" contentType="notifications" |
| 191 i18n-content="manage_exceptions"></button> | 194 i18n-content="manage_exceptions"></button> |
| 192 </div> | 195 </div> |
| 193 </section> | 196 </section> |
| 194 </div> | 197 </div> |
| OLD | NEW |