OLD | NEW |
1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
2 <header> | 2 <header> |
3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
4 </header> | 4 </header> |
5 <if expr="not pp_ifdef('chromeos')"> | 5 <if expr="not pp_ifdef('chromeos')"> |
6 <include src="sync_section.html"> | 6 <include src="sync_section.html"> |
7 </if> | 7 </if> |
8 <if expr="pp_ifdef('chromeos')"> | 8 <if expr="pp_ifdef('chromeos')"> |
9 <section> | 9 <section> |
10 <h3 i18n-content="sectionTitleInternet"></h3> | 10 <h3 i18n-content="sectionTitleInternet"></h3> |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 <button id="language-button" | 374 <button id="language-button" |
375 i18n-content="languageAndSpellCheckSettingsButton"></button> | 375 i18n-content="languageAndSpellCheckSettingsButton"></button> |
376 <div class="checkbox"> | 376 <div class="checkbox"> |
377 <label> | 377 <label> |
378 <input id="enableTranslate" pref="translate.enabled" | 378 <input id="enableTranslate" pref="translate.enabled" |
379 metric="Options_Translate" type="checkbox"> | 379 metric="Options_Translate" type="checkbox"> |
380 <span i18n-content="translateEnableTranslate"></span> | 380 <span i18n-content="translateEnableTranslate"></span> |
381 </label> | 381 </label> |
382 </div> | 382 </div> |
383 </section> | 383 </section> |
384 <if expr="not pp_ifdef('chromeos')"> | |
385 <section> | 384 <section> |
386 <h3 i18n-content="downloadLocationGroupName"></h3> | 385 <h3 i18n-content="downloadLocationGroupName"></h3> |
387 <div> | 386 <div> |
| 387 <if expr="pp_ifdef('chromeos')"> |
| 388 <div class="checkbox"> |
| 389 <label> |
| 390 <input type="checkbox" |
| 391 pref="gdata.disabled" |
| 392 metric="Options_DisableGData"> |
| 393 <span i18n-content="disableGData"></span> |
| 394 </label> |
| 395 </div> |
| 396 </if> |
| 397 <if expr="not pp_ifdef('chromeos')"> |
388 <div class="settings-row"> | 398 <div class="settings-row"> |
389 <label> | 399 <label> |
390 <span i18n-content="downloadLocationBrowseTitle"></span> | 400 <span i18n-content="downloadLocationBrowseTitle"></span> |
391 <input id="downloadLocationPath" class="weakrtl" type="text" | 401 <input id="downloadLocationPath" class="weakrtl" type="text" |
392 pref="download.default_directory" size="36" readonly> | 402 pref="download.default_directory" size="36" readonly> |
393 </label> | 403 </label> |
394 <button id="downloadLocationChangeButton" | 404 <button id="downloadLocationChangeButton" |
395 pref="download.prompt_for_download" | 405 pref="download.prompt_for_download" |
396 i18n-content="downloadLocationChangeButton"></button> | 406 i18n-content="downloadLocationChangeButton"></button> |
397 </div> | 407 </div> |
398 <div class="checkbox"> | 408 <div class="checkbox"> |
399 <label> | 409 <label> |
400 <input type="checkbox" | 410 <input type="checkbox" |
401 pref="download.prompt_for_download" | 411 pref="download.prompt_for_download" |
402 metric="Options_AskForSaveLocation"> | 412 metric="Options_AskForSaveLocation"> |
403 <span i18n-content="downloadLocationAskForSaveLocation"></span> | 413 <span i18n-content="downloadLocationAskForSaveLocation"></span> |
404 </label> | 414 </label> |
405 </div> | 415 </div> |
406 <div id="auto-open-file-types-section" hidden> | 416 <div id="auto-open-file-types-section" hidden> |
407 <div id="auto-open-file-types-container"> | 417 <div id="auto-open-file-types-container"> |
408 <div id="auto-open-file-types-label" | 418 <div id="auto-open-file-types-label" |
409 i18n-content="autoOpenFileTypesInfo"></div> | 419 i18n-content="autoOpenFileTypesInfo"></div> |
410 <button id="autoOpenFileTypesResetToDefault" | 420 <button id="autoOpenFileTypesResetToDefault" |
411 i18n-content="autoOpenFileTypesResetToDefault"></button> | 421 i18n-content="autoOpenFileTypesResetToDefault"></button> |
412 </div> | 422 </div> |
413 </div> | 423 </div> |
| 424 </if> |
414 </div> | 425 </div> |
415 </section> | 426 </section> |
416 </if> | |
417 <section> | 427 <section> |
418 <h3 i18n-content="advancedSectionTitleSecurity"></h3> | 428 <h3 i18n-content="advancedSectionTitleSecurity"></h3> |
419 <div> | 429 <div> |
420 <div class="settings-row"> | 430 <div class="settings-row"> |
421 <button id="certificatesManageButton" | 431 <button id="certificatesManageButton" |
422 i18n-content="certificatesManageButton"></button> | 432 i18n-content="certificatesManageButton"></button> |
423 </div> | 433 </div> |
424 <div class="checkbox"> | 434 <div class="checkbox"> |
425 <label> | 435 <label> |
426 <input id="sslCheckRevocation" type="checkbox"> | 436 <input id="sslCheckRevocation" type="checkbox"> |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 </section> | 498 </section> |
489 </if> | 499 </if> |
490 </div> <!-- advanced-settings-container --> | 500 </div> <!-- advanced-settings-container --> |
491 </div> <!-- advanced-settings --> | 501 </div> <!-- advanced-settings --> |
492 <footer> | 502 <footer> |
493 <button id="advanced-settings-expander" class="link-button" | 503 <button id="advanced-settings-expander" class="link-button" |
494 i18n-content="showAdvancedSettings"> | 504 i18n-content="showAdvancedSettings"> |
495 </button> | 505 </button> |
496 </footer> | 506 </footer> |
497 </div> | 507 </div> |
OLD | NEW |