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 <section> | 4 <section> |
5 <h3 i18n-content="sync_section"></h3> | 5 <h3 i18n-content="sync_section"></h3> |
6 <table class="option-control-table"> | 6 <table class="option-control-table"> |
7 <tr id="text-when-not-synced"> | 7 <tr id="text-when-not-synced"> |
8 <td> | 8 <td> |
9 <div class="section-text" id="sync_not_setup_info" | 9 <div class="section-text" id="sync_not_setup_info" |
10 i18n-content="sync_not_setup_info"/> | 10 i18n-content="sync_not_setup_info"/> |
11 </td> | 11 </td> |
12 </tr> | 12 </tr> |
13 <tr id="button-when-not-synced"> | 13 <tr id="button-when-not-synced"> |
14 <td> | 14 <td> |
15 <button id="start-sync" i18n-content="start_sync"></button> | 15 <button id="start-sync" i18n-content="start_sync"></button> |
16 </td> | 16 </td> |
17 </tr> | 17 </tr> |
18 </div> | |
19 <div> | |
20 <tr id="text-when-synced"> | 18 <tr id="text-when-synced"> |
21 <td> | 19 <td> |
22 <div class="section-text" id="synced_to_user_with_time" | 20 <div class="section-text" id="synced_to_user_with_time"/> |
23 i18n-content="synced_to_user_with_time"/> | |
24 </td> | 21 </td> |
25 </tr> | 22 </tr> |
26 <tr id="button-when-synced"> | 23 <tr id="button-when-synced"> |
27 <td> | 24 <td> |
28 <button id="stop-sync" i18n-content="stop_sync"></button> | 25 <button id="stop-sync" i18n-content="stop_sync"></button> |
29 <button id="sync-customize" i18n-content="sync_customize"></button> | 26 <button id="sync-customize" i18n-content="sync_customize"></button> |
30 </td> | 27 </td> |
31 </tr> | 28 </tr> |
32 </div> | |
33 </table> | 29 </table> |
34 </section> | 30 </section> |
35 <section> | 31 <section> |
36 <h3 i18n-content="passwords"></h3> | 32 <h3 i18n-content="passwords"></h3> |
37 <table class="option-control-table"> | 33 <table class="option-control-table"> |
38 <tr> | 34 <tr> |
39 <td class="option-name"> | 35 <td class="option-name"> |
40 <label> | 36 <label> |
41 <input id="passwords_asktosave" | 37 <input id="passwords_asktosave" |
42 name="passwords_radio" | 38 name="passwords_radio" |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 | 100 |
105 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd')
!= -1)"> | 101 <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd')
!= -1)"> |
106 <section> | 102 <section> |
107 <h3 i18n-content="appearance"></h3> | 103 <h3 i18n-content="appearance"></h3> |
108 <table class="option-control-table"> | 104 <table class="option-control-table"> |
109 <tr><td> | 105 <tr><td> |
110 <button id="themes_GTK_button" i18n-content="themes_GTK_button"> | 106 <button id="themes_GTK_button" i18n-content="themes_GTK_button"> |
111 </button> | 107 </button> |
112 <button id="themes_set_classic" i18n-content="themes_set_classic"> | 108 <button id="themes_set_classic" i18n-content="themes_set_classic"> |
113 </button> | 109 </button> |
114 <a id="linux_themes_gallery" i18n-content="themes_gallery"></a> | 110 <a i18n-content="themes_gallery" target="_blank" |
| 111 href="https://tools.google.com/chrome/intl/en/themes/index.html" /> |
115 </td></tr> | 112 </td></tr> |
116 <tr> | 113 <tr> |
117 <td class="option-name"> | 114 <td class="option-name"> |
118 <label> | 115 <label> |
119 <input name="decorations_radio" | 116 <input name="decorations_radio" |
120 pref="browser.custom_chrome_frame" | 117 pref="browser.custom_chrome_frame" |
121 type="radio" value="false"> | 118 type="radio" value="false"> |
122 <span i18n-content="showWindow_decorations_radio"></span> | 119 <span i18n-content="showWindow_decorations_radio"></span> |
123 </label> | 120 </label> |
124 </td> | 121 </td> |
(...skipping 10 matching lines...) Expand all Loading... |
135 </tr> | 132 </tr> |
136 </table> | 133 </table> |
137 </section> | 134 </section> |
138 </if> | 135 </if> |
139 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'"> | 136 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'"> |
140 <section> | 137 <section> |
141 <h3 i18n-content="themes"></h3> | 138 <h3 i18n-content="themes"></h3> |
142 <table class="option-control-table"> | 139 <table class="option-control-table"> |
143 <tr><td> | 140 <tr><td> |
144 <button id="themes_reset" i18n-content="themes_reset"></button> | 141 <button id="themes_reset" i18n-content="themes_reset"></button> |
145 <a id="nonlinux_themes_gallery" i18n-content="themes_gallery"></a> | 142 <a i18n-content="themes_gallery" target="_blank" |
| 143 href="https://tools.google.com/chrome/intl/en/themes/index.html" /> |
146 </td></tr> | 144 </td></tr> |
147 </table> | 145 </table> |
148 </section> | 146 </section> |
149 </if> | 147 </if> |
150 | 148 |
151 </div> | 149 </div> |
OLD | NEW |