| OLD | NEW |
| 1 <div id="advancedPage" class="page" hidden> | 1 <div id="advancedPage" class="page" hidden> |
| 2 <header> | 2 <header> |
| 3 <h1 i18n-content="advancedPage"></h1> | 3 <h1 i18n-content="advancedPage"></h1> |
| 4 <button id="advanced-section-back-button" | 4 <button id="advanced-section-back-button" |
| 5 i18n-content="advancedSectionBackButton"></button> | 5 i18n-content="advancedSectionBackButton"></button> |
| 6 </header> | 6 </header> |
| 7 <if expr="pp_ifdef('chromeos')"> | 7 <if expr="pp_ifdef('chromeos')"> |
| 8 <section> | 8 <section> |
| 9 <h3 i18n-content="datetimeTitle"></h3> | 9 <h3 i18n-content="datetimeTitle"></h3> |
| 10 <div class="option-control-table"> | 10 <div class="option-control-table"> |
| 11 <span class="option-name" i18n-content="timezone"></span> | 11 <span class="option-name" i18n-content="timezone"></span> |
| 12 <div id="timezone-value"> | 12 <div id="timezone-value"> |
| 13 <select id="timezone-select" class="control" i18n-options="timezoneList" | 13 <select id="timezone-select" class="control" i18n-options="timezoneList" |
| 14 data-type="string" pref="cros.system.timezone"></select> | 14 data-type="string" pref="cros.system.timezone"></select> |
| 15 </div> | 15 </div> |
| 16 <div class="checkbox"> | 16 <div class="checkbox"> |
| 17 <label> | 17 <label> |
| 18 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock" | 18 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock" |
| 19 type="checkbox"> | 19 type="checkbox"> |
| 20 <span i18n-content="use24HourClock"></span> | 20 <span i18n-content="use24HourClock"></span> |
| 21 </label> | 21 </label> |
| 22 </div> | 22 </div> |
| 23 </div> | 23 </div> |
| 24 </section> | 24 </section> |
| 25 </if> | 25 </if> |
| 26 <section> | 26 <section> |
| 27 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> | 27 <h3 i18n-content="advancedSectionTitlePrivacy"></h3> |
| 28 <div> | 28 <div> |
| 29 <div class="section-group"> | 29 <div class="settings-row"> |
| 30 <button id="privacyContentSettingsButton" | 30 <button id="privacyContentSettingsButton" |
| 31 i18n-content="privacyContentSettingsButton"></button> | 31 i18n-content="privacyContentSettingsButton"></button> |
| 32 <button id="privacyClearDataButton" | 32 <button id="privacyClearDataButton" |
| 33 i18n-content="privacyClearDataButton"></button> | 33 i18n-content="privacyClearDataButton"></button> |
| 34 </div> | 34 </div> |
| 35 <div id="privacy-explanation"> | 35 <div id="privacy-explanation" class="settings-row"> |
| 36 <span i18n-content="improveBrowsingExperience" | 36 <span i18n-content="improveBrowsingExperience" |
| 37 class="informational-text"> | 37 class="informational-text"> |
| 38 </span> | 38 </span> |
| 39 <span i18n-content="disableWebServices" | 39 <span i18n-content="disableWebServices" |
| 40 class="informational-text"> | 40 class="informational-text"> |
| 41 </span> | 41 </span> |
| 42 <a target="_blank" i18n-content="learnMore" | 42 <a target="_blank" i18n-content="learnMore" |
| 43 i18n-values="href:privacyLearnMoreURL"></a> | 43 i18n-values="href:privacyLearnMoreURL"></a> |
| 44 </div> | 44 </div> |
| 45 <div class="checkbox"> | 45 <div class="checkbox"> |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> | 157 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> |
| 158 </div> | 158 </div> |
| 159 <!-- This makes the managed-banner appear when the "pref" is configured by | 159 <!-- This makes the managed-banner appear when the "pref" is configured by |
| 160 the IT administrator. --> | 160 the IT administrator. --> |
| 161 <input name="password_allow_show_hidden" type="text" | 161 <input name="password_allow_show_hidden" type="text" |
| 162 pref="profile.password_manager_allow_show_passwords" hidden> | 162 pref="profile.password_manager_allow_show_passwords" hidden> |
| 163 </section> | 163 </section> |
| 164 <section> | 164 <section> |
| 165 <h3 i18n-content="advancedSectionTitleContent"></h3> | 165 <h3 i18n-content="advancedSectionTitleContent"></h3> |
| 166 <div> | 166 <div> |
| 167 <div class="section-group"> | 167 <div class="settings-row"> |
| 168 <label class="web-content-select-label"> | 168 <label class="web-content-select-label"> |
| 169 <span i18n-content="defaultFontSizeLabel"></span> | 169 <span i18n-content="defaultFontSizeLabel"></span> |
| 170 <select id="defaultFontSize"> | 170 <select id="defaultFontSize"> |
| 171 <option value="9" i18n-content="fontSizeLabelVerySmall"> | 171 <option value="9" i18n-content="fontSizeLabelVerySmall"> |
| 172 </option> | 172 </option> |
| 173 <option value="12" i18n-content="fontSizeLabelSmall"></option> | 173 <option value="12" i18n-content="fontSizeLabelSmall"></option> |
| 174 <option value="16" i18n-content="fontSizeLabelMedium"></option> | 174 <option value="16" i18n-content="fontSizeLabelMedium"></option> |
| 175 <option value="20" i18n-content="fontSizeLabelLarge"></option> | 175 <option value="20" i18n-content="fontSizeLabelLarge"></option> |
| 176 <option value="24" i18n-content="fontSizeLabelVeryLarge"> | 176 <option value="24" i18n-content="fontSizeLabelVeryLarge"> |
| 177 </option> | 177 </option> |
| 178 </select> | 178 </select> |
| 179 </label> | 179 </label> |
| 180 <button id="fontSettingsCustomizeFontsButton" | 180 <button id="fontSettingsCustomizeFontsButton" |
| 181 i18n-content="fontSettingsCustomizeFontsButton"></button> | 181 i18n-content="fontSettingsCustomizeFontsButton"></button> |
| 182 </div> | 182 </div> |
| 183 <div class="section-group"> | 183 <div class="settings-row"> |
| 184 <label class="web-content-select-label"> | 184 <label class="web-content-select-label"> |
| 185 <span i18n-content="defaultZoomFactorLabel"></span> | 185 <span i18n-content="defaultZoomFactorLabel"></span> |
| 186 <select id="defaultZoomFactor" dataType="double"></select> | 186 <select id="defaultZoomFactor" dataType="double"></select> |
| 187 </label> | 187 </label> |
| 188 </div> | 188 </div> |
| 189 <if expr="is_macosx"> | 189 <if expr="is_macosx"> |
| 190 <div class="checkbox"> | 190 <div class="checkbox"> |
| 191 <label> | 191 <label> |
| 192 <input id="tabsToLinksPref" pref="webkit.webprefs.tabs_to_links" | 192 <input id="tabsToLinksPref" pref="webkit.webprefs.tabs_to_links" |
| 193 metric="Options_TabsToLinks" type="checkbox"> | 193 metric="Options_TabsToLinks" type="checkbox"> |
| 194 <span i18n-content="tabsToLinksPref"></span> | 194 <span i18n-content="tabsToLinksPref"></span> |
| 195 </label> | 195 </label> |
| 196 </div> | 196 </div> |
| 197 </if> | 197 </if> |
| 198 </div> | 198 </div> |
| 199 </section> | 199 </section> |
| 200 <if expr="not pp_ifdef('chromeos')"> | 200 <if expr="not pp_ifdef('chromeos')"> |
| 201 <section> | 201 <section> |
| 202 <h3 i18n-content="advancedSectionTitleNetwork"></h3> | 202 <h3 i18n-content="advancedSectionTitleNetwork"></h3> |
| 203 <div> | 203 <div> |
| 204 <div id="proxiesLabel"></div> | 204 <span id="proxiesLabel" class="settings-row"></span> |
| 205 <div class="section-group"> | 205 <div class="settings-row"> |
| 206 <button id="proxiesConfigureButton" | 206 <button id="proxiesConfigureButton" |
| 207 i18n-content="proxiesConfigureButton"></button> | 207 i18n-content="proxiesConfigureButton"></button> |
| 208 </div> | 208 </div> |
| 209 </div> | 209 </div> |
| 210 </section> | 210 </section> |
| 211 </if> | 211 </if> |
| 212 <section> | 212 <section> |
| 213 <h3 i18n-content="advancedSectionTitleLanguages"></h3> | 213 <h3 i18n-content="advancedSectionTitleLanguages"></h3> |
| 214 <div i18n-content="languageSectionLabel"></div> | 214 <span class="settings-row" i18n-content="languageSectionLabel"></span> |
| 215 <button id="language-button" | 215 <button id="language-button" |
| 216 i18n-content="languageAndSpellCheckSettingsButton"></button> | 216 i18n-content="languageAndSpellCheckSettingsButton"></button> |
| 217 <div class="checkbox"> | 217 <div class="checkbox"> |
| 218 <label> | 218 <label> |
| 219 <input id="enableTranslate" pref="translate.enabled" | 219 <input id="enableTranslate" pref="translate.enabled" |
| 220 metric="Options_Translate" type="checkbox"> | 220 metric="Options_Translate" type="checkbox"> |
| 221 <span i18n-content="translateEnableTranslate"></span> | 221 <span i18n-content="translateEnableTranslate"></span> |
| 222 </label> | 222 </label> |
| 223 </div> | 223 </div> |
| 224 </section> | 224 </section> |
| 225 <if expr="not pp_ifdef('chromeos')"> | 225 <if expr="not pp_ifdef('chromeos')"> |
| 226 <section> | 226 <section> |
| 227 <h3 i18n-content="downloadLocationGroupName"></h3> | 227 <h3 i18n-content="downloadLocationGroupName"></h3> |
| 228 <div> | 228 <div> |
| 229 <div id="download-location-group"> | 229 <div class="settings-row"> |
| 230 <label> | 230 <label> |
| 231 <span i18n-content="downloadLocationBrowseTitle"></span> | 231 <span i18n-content="downloadLocationBrowseTitle"></span> |
| 232 <input id="downloadLocationPath" class="weakrtl" type="text" | 232 <input id="downloadLocationPath" class="weakrtl" type="text" |
| 233 pref="download.default_directory" size="36"> | 233 pref="download.default_directory" size="36"> |
| 234 </label> | 234 </label> |
| 235 <button id="downloadLocationChangeButton" | 235 <button id="downloadLocationChangeButton" |
| 236 pref="download.prompt_for_download" | 236 pref="download.prompt_for_download" |
| 237 i18n-content="downloadLocationChangeButton"></button> | 237 i18n-content="downloadLocationChangeButton"></button> |
| 238 </div> | 238 </div> |
| 239 <div class="checkbox"> | 239 <div class="checkbox"> |
| 240 <label> | 240 <label> |
| 241 <input type="checkbox" | 241 <input type="checkbox" |
| 242 pref="download.prompt_for_download" | 242 pref="download.prompt_for_download" |
| 243 metric="Options_AskForSaveLocation"> | 243 metric="Options_AskForSaveLocation"> |
| 244 <span i18n-content="downloadLocationAskForSaveLocation"></span> | 244 <span i18n-content="downloadLocationAskForSaveLocation"></span> |
| 245 </label> | 245 </label> |
| 246 </div> | 246 </div> |
| 247 <div id="auto-open-file-types-label" | 247 <div id="auto-open-file-types-label" class="settings-row" |
| 248 i18n-content="autoOpenFileTypesInfo"></div> | 248 i18n-content="autoOpenFileTypesInfo"></div> |
| 249 <div class="section-group"> | 249 <div class="settings-row"> |
| 250 <button id="autoOpenFileTypesResetToDefault" | 250 <button id="autoOpenFileTypesResetToDefault" |
| 251 i18n-content="autoOpenFileTypesResetToDefault"></button> | 251 i18n-content="autoOpenFileTypesResetToDefault"></button> |
| 252 </div> | 252 </div> |
| 253 </div> | 253 </div> |
| 254 </section> | 254 </section> |
| 255 </if> | 255 </if> |
| 256 <section> | 256 <section> |
| 257 <h3 i18n-content="advancedSectionTitleSecurity"></h3> | 257 <h3 i18n-content="advancedSectionTitleSecurity"></h3> |
| 258 <div> | 258 <div> |
| 259 <div class="section-group"> | 259 <div class="settings-row"> |
| 260 <button id="certificatesManageButton" | 260 <button id="certificatesManageButton" |
| 261 i18n-content="certificatesManageButton"></button> | 261 i18n-content="certificatesManageButton"></button> |
| 262 </div> | 262 </div> |
| 263 <div class="checkbox"> | 263 <div class="checkbox"> |
| 264 <label> | 264 <label> |
| 265 <input id="sslCheckRevocation" type="checkbox"> | 265 <input id="sslCheckRevocation" type="checkbox"> |
| 266 <span i18n-content="sslCheckRevocation"></span> | 266 <span i18n-content="sslCheckRevocation"></span> |
| 267 </label> | 267 </label> |
| 268 </div> | 268 </div> |
| 269 </div> | 269 </div> |
| 270 </section> | 270 </section> |
| 271 <if expr="not pp_ifdef('chromeos')"> | 271 <if expr="not pp_ifdef('chromeos')"> |
| 272 <section id="cloud-print-connector-section"> | 272 <section id="cloud-print-connector-section"> |
| 273 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> | 273 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |
| 274 <div> | 274 <div> |
| 275 <div id="cloudPrintConnectorLabel" | 275 <span id="cloudPrintConnectorLabel" class="settings-row" |
| 276 i18n-content="cloudPrintConnectorDisabledLabel"></div> | 276 i18n-content="cloudPrintConnectorDisabledLabel"></span> |
| 277 <div class="section-group"> | 277 <div class="settings-row"> |
| 278 <button id="cloudPrintConnectorSetupButton" | 278 <button id="cloudPrintConnectorSetupButton" |
| 279 i18n-content="cloudPrintConnectorDisabledButton"></button> | 279 i18n-content="cloudPrintConnectorDisabledButton"></button> |
| 280 <button id="cloudPrintManageButton" | 280 <button id="cloudPrintManageButton" |
| 281 i18n-content="cloudPrintConnectorEnabledManageButton"></button
> | 281 i18n-content="cloudPrintConnectorEnabledManageButton"></button> |
| 282 </div> | 282 </div> |
| 283 </div> | 283 </div> |
| 284 </section> | 284 </section> |
| 285 </if> | 285 </if> |
| 286 <if expr="pp_ifdef('chromeos')"> | 286 <if expr="pp_ifdef('chromeos')"> |
| 287 <section id="cloud-print-connector-section"> | 287 <section id="cloud-print-connector-section"> |
| 288 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> | 288 <h3 i18n-content="advancedSectionTitleCloudPrint"></h3> |
| 289 <div> | 289 <div> |
| 290 <div> | 290 <div> |
| 291 <span i18n-content="cloudPrintChromeosOptionLabel" | 291 <span i18n-content="cloudPrintChromeosOptionLabel" |
| 292 class="informational-text"> | 292 class="informational-text"> |
| 293 </span> | 293 </span> |
| 294 <a target="_blank" i18n-content="learnMore" | 294 <a target="_blank" i18n-content="learnMore" |
| 295 i18n-values="href:cloudPrintLearnMoreURL"></a> | 295 i18n-values="href:cloudPrintLearnMoreURL"></a> |
| 296 </div> | 296 </div> |
| 297 <div class="section-group"> | 297 <div class="settings-row"> |
| 298 <button id="cloudPrintManageButton" | 298 <button id="cloudPrintManageButton" |
| 299 i18n-content="cloudPrintChromeosOptionButton"></button> | 299 i18n-content="cloudPrintChromeosOptionButton"></button> |
| 300 </div> | 300 </div> |
| 301 </div> | 301 </div> |
| 302 </section> | 302 </section> |
| 303 <section> | 303 <section> |
| 304 <h3 i18n-content="accessibilityTitle"></h3> | 304 <h3 i18n-content="accessibilityTitle"></h3> |
| 305 <div class="option-control-table"> | 305 <div class="option-control-table"> |
| 306 <div class="option-name"> | 306 <div class="option-name"> |
| 307 <div class="checkbox"> | 307 <div class="checkbox"> |
| (...skipping 11 matching lines...) Expand all Loading... |
| 319 <h3 i18n-content="advancedSectionTitleBackground"></h3> | 319 <h3 i18n-content="advancedSectionTitleBackground"></h3> |
| 320 <div class="checkbox"> | 320 <div class="checkbox"> |
| 321 <label> | 321 <label> |
| 322 <input id="backgroundModeCheckbox" type="checkbox"> | 322 <input id="backgroundModeCheckbox" type="checkbox"> |
| 323 <span i18n-content="backgroundModeCheckbox"></span> | 323 <span i18n-content="backgroundModeCheckbox"></span> |
| 324 </label> | 324 </label> |
| 325 </div> | 325 </div> |
| 326 </section> | 326 </section> |
| 327 </if> | 327 </if> |
| 328 </div> | 328 </div> |
| OLD | NEW |