| OLD | NEW |
| 1 <div id="advancedPage" class="page hidden"> | 1 <div id="advancedPage" class="page" hidden> |
| 2 <h1 i18n-content="advancedPage"></h1> | 2 <h1 i18n-content="advancedPage"></h1> |
| 3 <section> | 3 <section> |
| 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> | 4 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
| 5 <div> | 5 <div> |
| 6 <div class="section-group"> | 6 <div class="section-group"> |
| 7 <button id="privacyContentSettingsButton" | 7 <button id="privacyContentSettingsButton" |
| 8 i18n-content="privacyContentSettingsButton"></button> | 8 i18n-content="privacyContentSettingsButton"></button> |
| 9 <button id="privacyClearDataButton" | 9 <button id="privacyClearDataButton" |
| 10 i18n-content="privacyClearDataButton"></button> | 10 i18n-content="privacyClearDataButton"></button> |
| 11 </div> | 11 </div> |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 <h3 i18n-content="advancedSectionTitleBackground"></h3> | 215 <h3 i18n-content="advancedSectionTitleBackground"></h3> |
| 216 <div class="checkbox"> | 216 <div class="checkbox"> |
| 217 <label> | 217 <label> |
| 218 <input id="backgroundModeCheckbox" type="checkbox"> | 218 <input id="backgroundModeCheckbox" type="checkbox"> |
| 219 <span i18n-content="backgroundModeCheckbox"></span> | 219 <span i18n-content="backgroundModeCheckbox"></span> |
| 220 </label> | 220 </label> |
| 221 </div> | 221 </div> |
| 222 </section> | 222 </section> |
| 223 </if> | 223 </if> |
| 224 </div> | 224 </div> |
| OLD | NEW |