| 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 <div class="displaytable"> | 3 <div class="displaytable"> |
| 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 <img id='account-picture' | 8 <img id='account-picture' |
| 9 src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> | 9 src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> |
| 10 <label> | 10 <label> |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 <div class="radio"> | 72 <div class="radio"> |
| 73 <label> | 73 <label> |
| 74 <input id="passwords-neversave" type="radio" name="passwords_radio" | 74 <input id="passwords-neversave" type="radio" name="passwords_radio" |
| 75 value="false" pref="profile.password_manager_enabled" | 75 value="false" pref="profile.password_manager_enabled" |
| 76 metric="Options_PasswordManager"> | 76 metric="Options_PasswordManager"> |
| 77 <span i18n-content="passwordsNeverSave"></span> | 77 <span i18n-content="passwordsNeverSave"></span> |
| 78 </label> | 78 </label> |
| 79 </div> | 79 </div> |
| 80 <div><button id="manage-passwords" i18n-content="manage_passwords" | 80 <div><button id="manage-passwords" i18n-content="manage_passwords" |
| 81 pref="profile.password_manager_enabled"></button></div> | 81 pref="profile.password_manager_enabled"></button></div> |
| 82 <div id="mac-passwords-warning" i18n-content="macPasswordsWarning" |
| 83 hidden></div> |
| 82 <!-- This makes the managed-banner appear when the "pref" is | 84 <!-- This makes the managed-banner appear when the "pref" is |
| 83 configured by the IT administrator. --> | 85 configured by the IT administrator. --> |
| 84 <input name="password_allow_show_hidden" type="text" | 86 <input name="password_allow_show_hidden" type="text" |
| 85 pref="profile.password_manager_allow_show_passwords" hidden> | 87 pref="profile.password_manager_allow_show_passwords" hidden> |
| 86 </div> | 88 </div> |
| 87 </section> | 89 </section> |
| 88 <section id="autofill-section"> | 90 <section id="autofill-section"> |
| 89 <h3 i18n-content="autofill"></h3> | 91 <h3 i18n-content="autofill"></h3> |
| 90 <div> | 92 <div> |
| 91 <div class="checkbox"> | 93 <div class="checkbox"> |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 </div> | 151 </div> |
| 150 <div id="themes-gallery-div"> | 152 <div id="themes-gallery-div"> |
| 151 <a id="themes-gallery" i18n-content="themesGallery" | 153 <a id="themes-gallery" i18n-content="themesGallery" |
| 152 i18n-values="href:themesGalleryURL" target="_blank"></a> | 154 i18n-values="href:themesGalleryURL" target="_blank"></a> |
| 153 </div> | 155 </div> |
| 154 </div> | 156 </div> |
| 155 </section> | 157 </section> |
| 156 </if> | 158 </if> |
| 157 </div> | 159 </div> |
| 158 </div> | 160 </div> |
| OLD | NEW |