| 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 <label> | 303 <label> |
| 304 <input id="password-manager-enabled" | 304 <input id="password-manager-enabled" |
| 305 pref="profile.password_manager_enabled" | 305 pref="profile.password_manager_enabled" |
| 306 metric="Options_PasswordManager" type="checkbox"> | 306 metric="Options_PasswordManager" type="checkbox"> |
| 307 <span i18n-content="passwordManagerEnabled"></span> | 307 <span i18n-content="passwordManagerEnabled"></span> |
| 308 </label> | 308 </label> |
| 309 <button id="manage-passwords" class="link-button" | 309 <button id="manage-passwords" class="link-button" |
| 310 i18n-content="managePasswords" | 310 i18n-content="managePasswords" |
| 311 pref="profile.password_manager_enabled"></button> | 311 pref="profile.password_manager_enabled"></button> |
| 312 </div> | 312 </div> |
| 313 <div class="checkbox" id="password-generation-checkbox"> |
| 314 <label> |
| 315 <input id="password-generation-enabled" pref="password_generation.enable
d" |
| 316 metric="Options_PasswordGenerationCheckbox" type="checkbox"> |
| 317 <span i18n-content="passwordGenerationEnabledDescription"></span> |
| 318 </label> |
| 319 </div> |
| 313 <if expr="is_macosx"> | 320 <if expr="is_macosx"> |
| 314 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> | 321 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" hidden> |
| 315 </div> | 322 </div> |
| 316 </if> | 323 </if> |
| 317 <!-- This makes the managed-banner appear when the "pref" is configured by | 324 <!-- This makes the managed-banner appear when the "pref" is configured by |
| 318 the IT administrator. --> | 325 the IT administrator. --> |
| 319 <input name="password_allow_show_hidden" type="text" | 326 <input name="password_allow_show_hidden" type="text" |
| 320 pref="profile.password_manager_allow_show_passwords" hidden> | 327 pref="profile.password_manager_allow_show_passwords" hidden> |
| 321 </section> | 328 </section> |
| 322 <section id="web-content-section"> | 329 <section id="web-content-section"> |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 </section> | 504 </section> |
| 498 </if> | 505 </if> |
| 499 </div> <!-- advanced-settings-container --> | 506 </div> <!-- advanced-settings-container --> |
| 500 </div> <!-- advanced-settings --> | 507 </div> <!-- advanced-settings --> |
| 501 <footer> | 508 <footer> |
| 502 <button id="advanced-settings-expander" class="link-button" | 509 <button id="advanced-settings-expander" class="link-button" |
| 503 i18n-content="showAdvancedSettings"> | 510 i18n-content="showAdvancedSettings"> |
| 504 </button> | 511 </button> |
| 505 </footer> | 512 </footer> |
| 506 </div> | 513 </div> |
| OLD | NEW |