OLD | NEW |
---|---|
1 <div id="advancedPage" class="page" hidden> | 1 <div id="advancedPage" class="page" hidden> |
2 <header> | 2 <header> |
3 <h1 i18n-content="advancedPage"></h1> | 3 <h1 i18n-content="advancedPage"></h1> |
4 <button id="advanced-section-back-button" | 4 <button id="advanced-section-back-button" |
5 i18n-content="advancedSectionBackButton"></button> | 5 i18n-content="advancedSectionBackButton"></button> |
6 </header> | 6 </header> |
7 <if expr="pp_ifdef('chromeos')"> | 7 <if expr="pp_ifdef('chromeos')"> |
8 <section> | 8 <section> |
9 <h3 i18n-content="datetimeTitle"></h3> | 9 <h3 i18n-content="datetimeTitle"></h3> |
10 <div class="option-control-table"> | 10 <div class="option-control-table"> |
11 <span class="option-name" i18n-content="timezone"></span> | 11 <div id="timezone-value-group"> |
12 <div id="timezone-value"> | 12 <span class="option-name" i18n-content="timezone"></span> |
13 <select id="timezone-select" class="control" i18n-options="timezoneList" | 13 <div id="timezone-value"> |
14 data-type="string" pref="cros.system.timezone"></select> | 14 <select id="timezone-select" class="control" i18n-options="timezoneLis t" |
James Hawkins
2012/03/01 20:00:19
nit: 80 cols.
Denis Kuznetsov (DE-MUC)
2012/03/02 17:32:25
Done.
| |
15 data-type="string" pref="cros.system.timezone"></select> | |
16 </div> | |
15 </div> | 17 </div> |
16 <div class="checkbox"> | 18 <div class="checkbox"> |
17 <label> | 19 <label> |
18 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock" | 20 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock" |
19 type="checkbox"> | 21 type="checkbox"> |
20 <span i18n-content="use24HourClock"></span> | 22 <span i18n-content="use24HourClock"></span> |
21 </label> | 23 </label> |
22 </div> | 24 </div> |
23 </div> | 25 </div> |
24 </section> | 26 </section> |
(...skipping 18 matching lines...) Expand all Loading... | |
43 i18n-values="href:privacyLearnMoreURL"></a> | 45 i18n-values="href:privacyLearnMoreURL"></a> |
44 </div> | 46 </div> |
45 <div class="checkbox"> | 47 <div class="checkbox"> |
46 <label> | 48 <label> |
47 <input id="alternateErrorPagesEnabled" | 49 <input id="alternateErrorPagesEnabled" |
48 pref="alternate_error_pages.enabled" | 50 pref="alternate_error_pages.enabled" |
49 metric="Options_LinkDoctorCheckbox" type="checkbox"> | 51 metric="Options_LinkDoctorCheckbox" type="checkbox"> |
50 <span i18n-content="linkDoctorPref"></span> | 52 <span i18n-content="linkDoctorPref"></span> |
51 </label> | 53 </label> |
52 </div> | 54 </div> |
53 <div class="checkbox"> | 55 <div id="search-suggest-enabled-group" class="checkbox"> |
54 <label> | 56 <label> |
55 <input id="searchSuggestEnabled" pref="search.suggest_enabled" | 57 <input id="searchSuggestEnabled" pref="search.suggest_enabled" |
56 metric="Options_UseSuggestCheckbox" type="checkbox"> | 58 metric="Options_UseSuggestCheckbox" type="checkbox"> |
57 <span i18n-content="suggestPref"></span> | 59 <span i18n-content="suggestPref"></span> |
58 </label> | 60 </label> |
59 </div> | 61 </div> |
60 <div class="checkbox"> | 62 <div id="dns-prefetching-enabled-group" class="checkbox"> |
61 <label> | 63 <label> |
62 <input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled" | 64 <input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled" |
63 metric="Options_DnsPrefetchCheckbox" type="checkbox"> | 65 metric="Options_DnsPrefetchCheckbox" type="checkbox"> |
64 <span i18n-content="networkPredictionEnabledDescription"></span> | 66 <span i18n-content="networkPredictionEnabledDescription"></span> |
65 </label> | 67 </label> |
66 </div> | 68 </div> |
67 <div class="checkbox"> | 69 <div class="checkbox"> |
68 <label> | 70 <label> |
69 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" | 71 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" |
70 metric="Options_SafeBrowsingCheckbox" type="checkbox"> | 72 metric="Options_SafeBrowsingCheckbox" type="checkbox"> |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
319 <h3 i18n-content="advancedSectionTitleBackground"></h3> | 321 <h3 i18n-content="advancedSectionTitleBackground"></h3> |
320 <div class="checkbox"> | 322 <div class="checkbox"> |
321 <label> | 323 <label> |
322 <input id="backgroundModeCheckbox" type="checkbox"> | 324 <input id="backgroundModeCheckbox" type="checkbox"> |
323 <span i18n-content="backgroundModeCheckbox"></span> | 325 <span i18n-content="backgroundModeCheckbox"></span> |
324 </label> | 326 </label> |
325 </div> | 327 </div> |
326 </section> | 328 </section> |
327 </if> | 329 </if> |
328 </div> | 330 </div> |
OLD | NEW |