| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 <label> | 414 <label> |
| 415 <input id="password-generation-enabled" pref="password_generation.enable
d" | 415 <input id="password-generation-enabled" pref="password_generation.enable
d" |
| 416 metric="Options_PasswordGenerationCheckbox" type="checkbox"> | 416 metric="Options_PasswordGenerationCheckbox" type="checkbox"> |
| 417 <span i18n-content="passwordGenerationEnabledDescription"></span> | 417 <span i18n-content="passwordGenerationEnabledDescription"></span> |
| 418 </label> | 418 </label> |
| 419 </div> | 419 </div> |
| 420 <if expr="is_macosx"> | 420 <if expr="is_macosx"> |
| 421 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> | 421 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> |
| 422 </div> | 422 </div> |
| 423 </if> | 423 </if> |
| 424 <!-- This makes the managed-banner appear when the "pref" is configured by | |
| 425 the IT administrator. --> | |
| 426 <input name="password_allow_show_hidden" type="text" | |
| 427 pref="profile.password_manager_allow_show_passwords" hidden> | |
| 428 </section> | 424 </section> |
| 429 <section id="web-content-section"> | 425 <section id="web-content-section"> |
| 430 <h3 i18n-content="advancedSectionTitleContent"></h3> | 426 <h3 i18n-content="advancedSectionTitleContent"></h3> |
| 431 <div> | 427 <div> |
| 432 <div class="settings-row"> | 428 <div class="settings-row"> |
| 433 <label class="web-content-select-label"> | 429 <label class="web-content-select-label"> |
| 434 <span i18n-content="defaultFontSizeLabel"></span> | 430 <span i18n-content="defaultFontSizeLabel"></span> |
| 435 <select id="defaultFontSize"> | 431 <select id="defaultFontSize"> |
| 436 <option value="9" i18n-content="fontSizeLabelVerySmall"> | 432 <option value="9" i18n-content="fontSizeLabelVerySmall"> |
| 437 </option> | 433 </option> |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 </section> | 659 </section> |
| 664 </if> | 660 </if> |
| 665 </div> <!-- advanced-settings-container --> | 661 </div> <!-- advanced-settings-container --> |
| 666 </div> <!-- advanced-settings --> | 662 </div> <!-- advanced-settings --> |
| 667 <footer> | 663 <footer> |
| 668 <button id="advanced-settings-expander" class="link-button" | 664 <button id="advanced-settings-expander" class="link-button" |
| 669 i18n-content="showAdvancedSettings"> | 665 i18n-content="showAdvancedSettings"> |
| 670 </button> | 666 </button> |
| 671 </footer> | 667 </footer> |
| 672 </div> | 668 </div> |
| OLD | NEW |