| 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> |
| 11 <input id="enable-screen-lock" type="checkbox" | 11 <input id="enable-screen-lock" type="checkbox" |
| 12 pref="settings.enable_screen_lock"> | 12 pref="settings.enable_screen_lock"> |
| 13 <span i18n-content="enableScreenlock"></span> | 13 <span i18n-content="enableScreenlock"></span> |
| 14 </label> | 14 </label> |
| 15 <br> | 15 <br> |
| 16 <button id="change-picture-button" i18n-content="changePicture"> | 16 <button id="change-picture-button" i18n-content="changePicture"> |
| 17 </button> | 17 </button> |
| 18 </div> | 18 </div> |
| 19 </section> | 19 </section> |
| 20 </if> | 20 </if> |
| 21 <section id="sync-section"> | 21 <section id="sync-section"> |
| 22 <h3 i18n-content="syncSection"></h3> | 22 <h3 i18n-content="syncSection"></h3> |
| 23 <div> | 23 <div> |
| 24 <div id="sync-overview" hidden> | 24 <div id="sync-overview" hidden> |
| 25 <div i18n-content="syncOverview"></div> | 25 <span i18n-content="syncOverview"></span> |
| 26 <div i18n-content="syncFurtherOverview"></div> | 26 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a> |
| 27 </div> | 27 </div> |
| 28 <div id="sync-status" hidden> | 28 <div id="sync-status" hidden> |
| 29 <span id="sync-status-text"></span> | 29 <span id="sync-status-text"></span> |
| 30 <button id="sync-action-link" class="link-button"></button> | 30 <button id="sync-action-link" class="link-button"></button> |
| 31 </div> | 31 </div> |
| 32 <div id="sync-buttons"> | 32 <div id="sync-buttons"> |
| 33 <button id="start-stop-sync" hidden></button> | 33 <button id="start-stop-sync" hidden></button> |
| 34 <button id="customize-sync" i18n-content="customizeSync" hidden> | 34 <button id="customize-sync" i18n-content="customizeSync" hidden> |
| 35 </button> | 35 </button> |
| 36 </div> | 36 </div> |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 </div> | 149 </div> |
| 150 <div id="themes-gallery-div"> | 150 <div id="themes-gallery-div"> |
| 151 <a id="themes-gallery" i18n-content="themesGallery" | 151 <a id="themes-gallery" i18n-content="themesGallery" |
| 152 i18n-values="href:themesGalleryURL" target="_blank"></a> | 152 i18n-values="href:themesGalleryURL" target="_blank"></a> |
| 153 </div> | 153 </div> |
| 154 </div> | 154 </div> |
| 155 </section> | 155 </section> |
| 156 </if> | 156 </if> |
| 157 </div> | 157 </div> |
| 158 </div> | 158 </div> |
| OLD | NEW |