| OLD | NEW |
| 1 <div class="page hidden" id="personalPage"> | 1 <div class="page hidden" id="personalPage"> |
| 2 <h1 i18n-content="personalPage"></h1> | 2 <h1 i18n-content="personalPage"></h1> |
| 3 | 3 |
| 4 <if expr="pp_ifdef('chromeos')"> |
| 5 <section> |
| 6 <h3 i18n-content="account"></h3> |
| 7 <div> |
| 8 <table class="option-control-table"> |
| 9 <tr><td> |
| 10 <img id='account-picture' src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> |
| 11 </td><td> |
| 12 <label><input id="enable-screen-lock" |
| 13 pref="settings.enable_screen_lock" type="checkbox"><span |
| 14 i18n-content="enable_screenlock"></span></label> |
| 15 </td></tr> |
| 16 </table> |
| 17 </div> |
| 18 </section> |
| 19 </if> |
| 4 <section> | 20 <section> |
| 5 <h3 i18n-content="sync_section"></h3> | 21 <h3 i18n-content="sync_section"></h3> |
| 6 <div> | 22 <div> |
| 7 <div id="sync-disabled-controls" class="hidden"> | 23 <div id="sync-disabled-controls" class="hidden"> |
| 8 <div class="section-text" id="sync_disabled_info" | 24 <div class="section-text" id="sync_disabled_info" |
| 9 i18n-content="sync_disabled_info"></div> | 25 i18n-content="sync_disabled_info"></div> |
| 10 </div> | 26 </div> |
| 11 <div id="not-synced-controls" class="hidden"> | 27 <div id="not-synced-controls" class="hidden"> |
| 12 <div class="section-text" id="sync_not_setup_info" | 28 <div class="section-text" id="sync_not_setup_info" |
| 13 i18n-content="sync_not_setup_info"></div> | 29 i18n-content="sync_not_setup_info"></div> |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 <section> | 107 <section> |
| 92 <h3 i18n-content="themes"></h3> | 108 <h3 i18n-content="themes"></h3> |
| 93 <div> | 109 <div> |
| 94 <button id="themes_reset" i18n-content="themes_reset"></button> | 110 <button id="themes_reset" i18n-content="themes_reset"></button> |
| 95 <a i18n-content="themes_gallery" id="themes-gallery" href="#"></a> | 111 <a i18n-content="themes_gallery" id="themes-gallery" href="#"></a> |
| 96 </div> | 112 </div> |
| 97 </section> | 113 </section> |
| 98 </if> | 114 </if> |
| 99 | 115 |
| 100 </div> | 116 </div> |
| OLD | NEW |