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')"> | 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><td> | 9 <tr><td> |
10 <img id='account-picture' src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> | 10 <img id='account-picture' src='chrome://theme/IDR_LOGIN_DEFAULT_USER'> |
11 </td><td> | 11 </td><td> |
12 <label><input id="enable-screen-lock" | 12 <label><input id="enable-screen-lock" |
13 pref="settings.enable_screen_lock" type="checkbox"><span | 13 pref="settings.enable_screen_lock" type="checkbox"><span |
14 i18n-content="enable_screenlock"></span></label> | 14 i18n-content="enable_screenlock"></span></label> |
15 </td></tr> | 15 </td></tr> |
16 </table> | 16 </table> |
17 </div> | 17 </div> |
18 </section> | 18 </section> |
19 </if> | 19 </if> |
20 <section> | 20 <section> |
21 <h3 i18n-content="sync_section"></h3> | 21 <h3 i18n-content="sync_section"></h3> |
22 <div> | 22 <div> |
23 <div id="sync-status" class="section-text"></div> | 23 <div id="sync-status" class="section-text"></div> |
24 <button id="sync-action-link" class="link-button"></button> | 24 <button id="sync-action-link" class="link-button"></button> |
25 <div> | 25 <div> |
26 <button id="start-stop-sync"></button> | 26 <button id="start-stop-sync"></button> |
27 <button id="customize-sync""></button> | 27 <button id="customize-sync""></button> |
28 </div> | 28 </div> |
29 <button id="privacy-dashboard-link" class="link-button" | 29 <a href="https://www.google.com/dashboard" id="privacy-dashboard-link" |
30 i18n-content="privacy_dashboard_link"></button> | 30 i18n-content="privacy_dashboard_link" target="_blank"></a> |
31 </div> | 31 </div> |
32 </section> | 32 </section> |
33 <section> | 33 <section> |
34 <h3 i18n-content="passwords"></h3> | 34 <h3 i18n-content="passwords"></h3> |
35 <div> | 35 <div> |
36 <label class="radio"> | 36 <label class="radio"> |
37 <input id="passwords_asktosave" | 37 <input id="passwords_asktosave" |
38 name="passwords_radio" | 38 name="passwords_radio" |
39 pref="profile.password_manager_enabled" | 39 pref="profile.password_manager_enabled" |
40 type="radio" value="true" metric="Options_PasswordManager"> | 40 type="radio" value="true" metric="Options_PasswordManager"> |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 <span i18n-content="hideWindow_decorations_radio"></span> | 89 <span i18n-content="hideWindow_decorations_radio"></span> |
90 </label> | 90 </label> |
91 </div> | 91 </div> |
92 </section> | 92 </section> |
93 </if> | 93 </if> |
94 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'"> | 94 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'"> |
95 <section> | 95 <section> |
96 <h3 i18n-content="themes"></h3> | 96 <h3 i18n-content="themes"></h3> |
97 <div> | 97 <div> |
98 <button id="themes_reset" i18n-content="themes_reset"></button> | 98 <button id="themes_reset" i18n-content="themes_reset"></button> |
99 <a i18n-content="themes_gallery" id="themes-gallery" href="#"></a> | 99 <a id="themes-gallery" i18n-content="themes_gallery"></a> |
100 </div> | 100 </div> |
101 </section> | 101 </section> |
102 </if> | 102 </if> |
103 | 103 |
104 </div> | 104 </div> |
OLD | NEW |