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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 <button id="autoOpenFileTypesResetToDefault" | 419 <button id="autoOpenFileTypesResetToDefault" |
420 i18n-content="autoOpenFileTypesResetToDefault"></button> | 420 i18n-content="autoOpenFileTypesResetToDefault"></button> |
421 </div> | 421 </div> |
422 </div> | 422 </div> |
423 </if> | 423 </if> |
424 </div> | 424 </div> |
425 </section> | 425 </section> |
426 <section> | 426 <section> |
427 <h3 i18n-content="advancedSectionTitleSecurity"></h3> | 427 <h3 i18n-content="advancedSectionTitleSecurity"></h3> |
428 <div> | 428 <div> |
| 429 <if expr="pp_ifdef('use_nss') or is_win or is_macosx"> |
429 <div class="settings-row"> | 430 <div class="settings-row"> |
430 <button id="certificatesManageButton" | 431 <button id="certificatesManageButton" |
431 i18n-content="certificatesManageButton"></button> | 432 i18n-content="certificatesManageButton"></button> |
432 </div> | 433 </div> |
| 434 </if> |
433 <div class="checkbox"> | 435 <div class="checkbox"> |
434 <label> | 436 <label> |
435 <input id="sslCheckRevocation" type="checkbox"> | 437 <input id="sslCheckRevocation" type="checkbox"> |
436 <span i18n-content="sslCheckRevocation"></span> | 438 <span i18n-content="sslCheckRevocation"></span> |
437 </label> | 439 </label> |
438 </div> | 440 </div> |
439 </div> | 441 </div> |
440 </section> | 442 </section> |
441 <if expr="not pp_ifdef('chromeos')"> | 443 <if expr="not pp_ifdef('chromeos')"> |
442 <section id="cloud-print-connector-section"> | 444 <section id="cloud-print-connector-section"> |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 </section> | 499 </section> |
498 </if> | 500 </if> |
499 </div> <!-- advanced-settings-container --> | 501 </div> <!-- advanced-settings-container --> |
500 </div> <!-- advanced-settings --> | 502 </div> <!-- advanced-settings --> |
501 <footer> | 503 <footer> |
502 <button id="advanced-settings-expander" class="link-button" | 504 <button id="advanced-settings-expander" class="link-button" |
503 i18n-content="showAdvancedSettings"> | 505 i18n-content="showAdvancedSettings"> |
504 </button> | 506 </button> |
505 </footer> | 507 </footer> |
506 </div> | 508 </div> |
OLD | NEW |