OLD | NEW |
1 <if expr="not chromeos"> | 1 <if expr="not chromeos"> |
2 <section id="sync-section"> | 2 <section id="sync-section"> |
3 <h3 i18n-content="sectionTitleSync"></h3> | 3 <h3 i18n-content="sectionTitleSync"></h3> |
4 </if> | 4 </if> |
5 <if expr="chromeos"> | 5 <if expr="chromeos"> |
6 <div id="sync-section"> | 6 <div id="sync-section"> |
7 </if> | 7 </if> |
8 | 8 |
9 <div id="sync-overview" class="settings-row" hidden> | 9 <div id="sync-overview" class="settings-row" hidden> |
10 <p i18n-content="syncOverview"></p> | 10 <p i18n-content="syncOverview"></p> |
(...skipping 13 matching lines...) Expand all Loading... |
24 </div> | 24 </div> |
25 <div id="sync-general"> | 25 <div id="sync-general"> |
26 </if> <!-- chromeos --> | 26 </if> <!-- chromeos --> |
27 | 27 |
28 <div id="sync-status" class="settings-row" hidden> | 28 <div id="sync-status" class="settings-row" 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 | 32 |
33 <if expr="chromeos"> | 33 <if expr="chromeos"> |
34 <div class="checkbox" public-account-visibility="hidden"> | 34 <div class="checkbox controlled-setting-with-label" |
35 <span class="controlled-setting-with-label"> | 35 public-account-visibility="hidden"> |
36 <input id="enable-screen-lock" type="checkbox" | 36 <label> |
| 37 <input type="checkbox" |
37 metric="Options_ScreenLock" | 38 metric="Options_ScreenLock" |
38 pref="settings.enable_screen_lock"> | 39 pref="settings.enable_screen_lock"> |
39 <span> | 40 <span> |
40 <label for="enable-screen-lock" i18n-content="enableScreenlock"> | 41 <span i18n-content="enableScreenlock"></span> |
41 </label> | 42 <span class="controlled-setting-indicator" |
42 <span class="controlled-setting-indicator" | 43 i18n-values="textshared:screenLockShared" |
43 pref="settings.enable_screen_lock"> | 44 pref="settings.enable_screen_lock"></span> |
44 </span> | 45 </span> |
45 </span> | 46 </label> |
46 </span> | |
47 </div> | 47 </div> |
48 </div> | 48 </div> |
49 </if> <!-- chromeos --> | 49 </if> <!-- chromeos --> |
50 | 50 |
51 <div id="sync-buttons" class="settings-row"> | 51 <div id="sync-buttons" class="settings-row"> |
52 <button id="start-stop-sync" hidden></button> | 52 <button id="start-stop-sync" hidden></button> |
53 <span id="start-stop-sync-indicator" | 53 <span id="start-stop-sync-indicator" |
54 class="controlled-setting-indicator" hidden> | 54 class="controlled-setting-indicator" hidden> |
55 </span> | 55 </span> |
56 <button id="customize-sync" i18n-content="customizeSync" | 56 <button id="customize-sync" i18n-content="customizeSync" |
57 pref="sync.managed" hidden> | 57 pref="sync.managed" hidden> |
58 </button> | 58 </button> |
59 <if expr="chromeos"> | 59 <if expr="chromeos"> |
60 <button id="manage-accounts-button" | 60 <button id="manage-accounts-button" |
61 public-account-visibility="hidden" | 61 public-account-visibility="hidden" |
62 i18n-content="manageAccountsButtonTitle"> | 62 i18n-content="manageAccountsButtonTitle"> |
63 </button> | 63 </button> |
64 </if> <!-- chromeos --> | 64 </if> <!-- chromeos --> |
65 </div> | 65 </div> |
66 | 66 |
67 <if expr="not chromeos"> | 67 <if expr="not chromeos"> |
68 </section> | 68 </section> |
69 </if> | 69 </if> |
70 <if expr="chromeos"> | 70 <if expr="chromeos"> |
71 </div> | 71 </div> |
72 </if> | 72 </if> |
OLD | NEW |