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 | 3 |
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 <table class="option-control-table"> | 8 <table class="option-control-table"> |
9 <tr> | 9 <tr> |
10 <td> | 10 <td> |
11 <img id='account-picture' | 11 <img id='account-picture' |
12 src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> | 12 src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> |
13 </td> | 13 </td> |
14 <td> | 14 <td> |
15 <label> | 15 <label> |
16 <input id="enable-screen-lock" type="checkbox" | 16 <input id="enable-screen-lock" type="checkbox" |
17 pref="settings.enable_screen_lock"> | 17 pref="settings.enable_screen_lock"> |
18 <span i18n-content="enableScreenlock"></span> | 18 <span i18n-content="enableScreenlock"></span> |
19 </label> | 19 </label> |
20 </td> | 20 </td> |
21 </tr> | 21 </tr> |
22 </table> | 22 </table> |
23 </div> | 23 </div> |
24 </section> | 24 </section> |
25 </if> | 25 </if> |
26 <section id="sync-section"> | 26 <section id="sync-section"> |
27 <h3 i18n-content="syncSection"></h3> | 27 <h3 i18n-content="syncSection"></h3> |
28 <div> | 28 <div> |
29 <select id="sync-select" pref="sync.keep_everything_synced" | |
30 i18n-options="syncSelectList" dataType="boolean"></select> | |
31 <table id="sync-table"> | |
32 <tr> | |
33 <td class="option-name"> | |
34 <label class="checkbox"> | |
35 <input id="settings-check" pref="sync.preferences" | |
36 type="checkbox"> | |
37 <span i18n-content="syncsettings"></span> | |
38 </label> | |
39 </td> | |
40 <td class="option-name"> | |
41 <label class="checkbox"> | |
42 <input id="bookmarks-check" pref="sync.bookmarks" type="checkbox"> | |
43 <span i18n-content="syncbookmarks"></span> | |
44 </label> | |
45 </td> | |
46 <td class="option-name"> | |
47 <label class="checkbox"> | |
48 <input id="extensions-check" pref="sync.extensions" | |
49 type="checkbox"> | |
50 <span i18n-content="syncextensions"></span> | |
51 </label> | |
52 </td> | |
53 </tr> | |
54 <tr> | |
55 <td class="option-name"> | |
56 <label class="checkbox"> | |
57 <input id="autofill-check" pref="sync.autofill" type="checkbox"> | |
58 <span i18n-content="syncautofill"></span> | |
59 </label> | |
60 </td> | |
61 <td class="option-name"> | |
62 <label class="checkbox"> | |
63 <input id="themes-check" pref="sync.themes" type="checkbox"> | |
64 <span i18n-content="syncthemes"></span> | |
65 </label> | |
66 </td> | |
67 <td class="option-name"> | |
68 <label class="checkbox"> | |
69 <input id="apps-check" pref="sync.apps" type="checkbox"> | |
70 <span i18n-content="syncapps"></span> | |
71 </label> | |
72 </td> | |
73 </tr> | |
74 <tr> | |
75 <td class="option-name"> | |
76 <label class="checkbox"> | |
77 <input id="typedurls-check" pref="sync.typed_urls" | |
78 type="checkbox"> | |
79 <span i18n-content="synctypedurls"></span> | |
80 </label> | |
81 </td> | |
82 <td class="option-name"> | |
83 <label class="checkbox"> | |
84 <input id="passwords-check" pref="sync.passwords" type="checkbox"> | |
85 <span i18n-content="syncpasswords"></span> | |
86 </label> | |
87 </td> | |
88 <td class="option-name"> | |
89 <label class="checkbox"> | |
90 <input id="sessions-check" pref="sync.sessions" type="checkbox"> | |
91 <span i18n-content="syncsessions"></span> | |
92 </label> | |
93 </td> | |
94 </tr> | |
95 </table> | |
96 <div id="sync-status" class="section-text"></div> | 29 <div id="sync-status" class="section-text"></div> |
97 <button id="sync-action-link" class="link-button"></button> | 30 <button id="sync-action-link" class="link-button"></button> |
98 <div> | 31 <div id="sync-buttons"> |
99 <button id="start-stop-sync"></button> | 32 <button id="start-stop-sync"></button> |
| 33 <button id="customize-sync" i18n-content="customizeSync"></button> |
100 </div> | 34 </div> |
101 <a href="https://www.google.com/dashboard" id="privacy-dashboard-link" | 35 <a href="https://www.google.com/dashboard" id="privacy-dashboard-link" |
102 i18n-content="privacyDashboardLink" target="_blank"></a> | 36 i18n-content="privacyDashboardLink" target="_blank"></a> |
103 </div> | 37 </div> |
104 </section> | 38 </section> |
105 <section> | 39 <section> |
106 <h3 i18n-content="passwords"></h3> | 40 <h3 i18n-content="passwords"></h3> |
107 <div> | 41 <div> |
108 <label class="radio"> | 42 <label class="radio"> |
109 <input type="radio" pref="profile.password_manager_enabled" value="true" | 43 <input type="radio" pref="profile.password_manager_enabled" value="true" |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 <div> | 109 <div> |
176 <button id="themes-reset" i18n-content="themesReset"></button> | 110 <button id="themes-reset" i18n-content="themesReset"></button> |
177 </div> | 111 </div> |
178 <a id="themes-gallery" i18n-content="themesGallery" | 112 <a id="themes-gallery" i18n-content="themesGallery" |
179 i18n-values="href:themesGalleryURL" target="_blank"></a> | 113 i18n-values="href:themesGalleryURL" target="_blank"></a> |
180 </div> | 114 </div> |
181 </section> | 115 </section> |
182 </if> | 116 </if> |
183 | 117 |
184 </div> | 118 </div> |
OLD | NEW |