| OLD | NEW |
| 1 <div class="page hidden" id="advancedPage"> | 1 <div class="page hidden" id="advancedPage"> |
| 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> | 6 <div> |
| 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> |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 </label> | 123 </label> |
| 124 </if> | 124 </if> |
| 125 <div i18n-content="autoOpenFileTypesInfo"></div> | 125 <div i18n-content="autoOpenFileTypesInfo"></div> |
| 126 <div><button id="autoOpenFileTypesResetToDefault" | 126 <div><button id="autoOpenFileTypesResetToDefault" |
| 127 i18n-content="autoOpenFileTypesResetToDefault"></button></div> | 127 i18n-content="autoOpenFileTypesResetToDefault"></button></div> |
| 128 </div> | 128 </div> |
| 129 </section> | 129 </section> |
| 130 <section> | 130 <section> |
| 131 <h3 i18n-content="advancedSectionTitleSecurity"></h3> | 131 <h3 i18n-content="advancedSectionTitleSecurity"></h3> |
| 132 <div> | 132 <div> |
| 133 <div i18n-content="certificatesLabel"></div> | |
| 134 <div><button id="certificatesManageButton" | 133 <div><button id="certificatesManageButton" |
| 135 i18n-content="certificatesManageButton"></button></div> | 134 i18n-content="certificatesManageButton"></button></div> |
| 136 <if expr="os == 'win32'"> | 135 <if expr="os == 'win32'"> |
| 137 <!-- Configure these options for manual handling on windows --> | 136 <!-- Configure these options for manual handling on windows --> |
| 138 <label class="checkbox"> | 137 <label class="checkbox"> |
| 139 <input id="sslCheckRevocation" type="checkbox"> | 138 <input id="sslCheckRevocation" type="checkbox"> |
| 140 <span i18n-content="sslCheckRevocation"></span> | 139 <span i18n-content="sslCheckRevocation"></span> |
| 141 </label> | 140 </label> |
| 142 <label class="checkbox"> | 141 <label class="checkbox"> |
| 143 <input id="sslUseSSL3" type="checkbox"> | 142 <input id="sslUseSSL3" type="checkbox"> |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 <button id="cloudPrintProxyManageButton" | 179 <button id="cloudPrintProxyManageButton" |
| 181 i18n-content="cloudPrintProxyEnabledManageButton"></button> | 180 i18n-content="cloudPrintProxyEnabledManageButton"></button> |
| 182 </div> | 181 </div> |
| 183 </div> | 182 </div> |
| 184 </section> | 183 </section> |
| 185 </if> | 184 </if> |
| 186 <div class="button-strip"> | 185 <div class="button-strip"> |
| 187 <button id="optionsReset" i18n-content="optionsReset"></button> | 186 <button id="optionsReset" i18n-content="optionsReset"></button> |
| 188 </div> | 187 </div> |
| 189 </div> | 188 </div> |
| OLD | NEW |