| OLD | NEW |
| 1 <div id="personal-page" class="page hidden"> | 1 <div id="personal-page" class="page hidden"> |
| 2 <h1 i18n-content="personalPage"></h1> | 2 <h1 i18n-content="personalPage"></h1> |
| 3 | 3 |
| 4 <if expr="pp_ifdef('chromeos')"> | 4 <if expr="pp_ifdef('chromeos')"> |
| 5 <section> | 5 <section> |
| 6 <h3 i18n-content="account"></h3> | 6 <h3 i18n-content="account"></h3> |
| 7 <div> | 7 <div> |
| 8 <table class="option-control-table"> | 8 <table class="option-control-table"> |
| 9 <tr> | 9 <tr> |
| 10 <td> | 10 <td> |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 <div class="radio"> | 66 <div class="radio"> |
| 67 <label> | 67 <label> |
| 68 <input id="passwords-neversave" type="radio" name="passwords_radio" | 68 <input id="passwords-neversave" type="radio" name="passwords_radio" |
| 69 value="false" pref="profile.password_manager_enabled" | 69 value="false" pref="profile.password_manager_enabled" |
| 70 metric="Options_PasswordManager"> | 70 metric="Options_PasswordManager"> |
| 71 <span i18n-content="passwordsNeverSave"></span> | 71 <span i18n-content="passwordsNeverSave"></span> |
| 72 </label> | 72 </label> |
| 73 </div> | 73 </div> |
| 74 <div><button id="manage-passwords" | 74 <div><button id="manage-passwords" |
| 75 i18n-content="manage_passwords"></button></div> | 75 i18n-content="manage_passwords"></button></div> |
| 76 <!-- This makes the managed-banner appear when the "pref" is |
| 77 configured by the IT administrator. --> |
| 78 <input name="password_allow_show_hidden" type="text" |
| 79 pref="profile.password_manager_allow_show_passwords" hidden> |
| 76 </div> | 80 </div> |
| 77 </section> | 81 </section> |
| 78 <section> | 82 <section> |
| 79 <h3 i18n-content="autofill"></h3> | 83 <h3 i18n-content="autofill"></h3> |
| 80 <div> | 84 <div> |
| 81 <div class="checkbox"> | 85 <div class="checkbox"> |
| 82 <label> | 86 <label> |
| 83 <input id="autofillEnabled" pref="autofill.enabled" | 87 <input id="autofillEnabled" pref="autofill.enabled" |
| 84 metric="Options_FormAutofill" type="checkbox"> | 88 metric="Options_FormAutofill" type="checkbox"> |
| 85 <span i18n-content="autofillEnabled"></span> | 89 <span i18n-content="autofillEnabled"></span> |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 </div> | 143 </div> |
| 140 <div id="themes-gallery-div"> | 144 <div id="themes-gallery-div"> |
| 141 <a id="themes-gallery" i18n-content="themesGallery" | 145 <a id="themes-gallery" i18n-content="themesGallery" |
| 142 i18n-values="href:themesGalleryURL" target="_blank"></a> | 146 i18n-values="href:themesGalleryURL" target="_blank"></a> |
| 143 </div> | 147 </div> |
| 144 </div> | 148 </div> |
| 145 </section> | 149 </section> |
| 146 </if> | 150 </if> |
| 147 | 151 |
| 148 </div> | 152 </div> |
| OLD | NEW |