| OLD | NEW |
| (Empty) |
| 1 <if expr="not pp_ifdef('chromeos')"> | |
| 2 <section id="sync-section"> | |
| 3 <h3 i18n-content="sectionTitleSync"></h3> | |
| 4 </if> | |
| 5 <if expr="pp_ifdef('chromeos')"> | |
| 6 <div id="sync-section"> | |
| 7 </if> | |
| 8 | |
| 9 <div id="sync-overview" class="settings-row" hidden> | |
| 10 <p i18n-content="syncOverview"></p> | |
| 11 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore" | |
| 12 target="_blank"></a> | |
| 13 </div> | |
| 14 | |
| 15 <if expr="pp_ifdef('chromeos')"> | |
| 16 <div id="account-picture-wrapper"> | |
| 17 <img id="account-picture"> | |
| 18 <div id="change-picture-caption" i18n-content="changePicture"></div> | |
| 19 </div> | |
| 20 <div id="sync-general"> | |
| 21 </if> <!-- pp_ifdef('chromeos') --> | |
| 22 | |
| 23 <div id="sync-status" class="settings-row" hidden> | |
| 24 <span id="sync-status-text"></span> | |
| 25 <button id="sync-action-link" class="link-button"></button> | |
| 26 </div> | |
| 27 | |
| 28 <if expr="pp_ifdef('chromeos')"> | |
| 29 <div class="checkbox"> | |
| 30 <label> | |
| 31 <input id="enable-screen-lock" type="checkbox" | |
| 32 pref="settings.enable_screen_lock"> | |
| 33 <span i18n-content="enableScreenlock"></span> | |
| 34 </label> | |
| 35 </div> | |
| 36 </div> | |
| 37 </if> <!-- pp_ifdef('chromeos') --> | |
| 38 | |
| 39 <div id="sync-buttons" class="settings-row"> | |
| 40 <button id="start-stop-sync" hidden></button> | |
| 41 <button id="customize-sync" i18n-content="customizeSync" hidden> | |
| 42 </button> | |
| 43 <if expr="pp_ifdef('chromeos')"> | |
| 44 <button id="manage-accounts-button" | |
| 45 i18n-content="manageAccountsButtonTitle"> | |
| 46 </button> | |
| 47 </if> <!-- pp_ifdef('chromeos') --> | |
| 48 <div id="enable-auto-login-checkbox" class="checkbox" hidden> | |
| 49 <label> | |
| 50 <input id="enable-auto-login" pref="autologin.enabled" | |
| 51 metric="Options_Autologin" type="checkbox"> | |
| 52 <span i18n-content="autologinEnabled"></span> | |
| 53 </label> | |
| 54 </div> | |
| 55 </div> | |
| 56 | |
| 57 <if expr="not pp_ifdef('chromeos')"> | |
| 58 </section> | |
| 59 </if> | |
| 60 <if expr="pp_ifdef('chromeos')"> | |
| 61 </div> | |
| 62 </if> | |
| OLD | NEW |