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"> |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
43 i18n-values="href:privacyLearnMoreURL"></a> | 43 i18n-values="href:privacyLearnMoreURL"></a> |
44 </div> | 44 </div> |
45 <div class="checkbox"> | 45 <div class="checkbox"> |
46 <label> | 46 <label> |
47 <input id="alternateErrorPagesEnabled" | 47 <input id="alternateErrorPagesEnabled" |
48 pref="alternate_error_pages.enabled" | 48 pref="alternate_error_pages.enabled" |
49 metric="Options_LinkDoctorCheckbox" type="checkbox"> | 49 metric="Options_LinkDoctorCheckbox" type="checkbox"> |
50 <span i18n-content="linkDoctorPref"></span> | 50 <span i18n-content="linkDoctorPref"></span> |
51 </label> | 51 </label> |
52 </div> | 52 </div> |
53 <div class="checkbox"> | 53 <div id="search-suggest-enabled-group" class="checkbox"> |
54 <label> | 54 <label> |
55 <input id="searchSuggestEnabled" pref="search.suggest_enabled" | 55 <input id="searchSuggestEnabled" pref="search.suggest_enabled" |
56 metric="Options_UseSuggestCheckbox" type="checkbox"> | 56 metric="Options_UseSuggestCheckbox" type="checkbox"> |
57 <span i18n-content="suggestPref"></span> | 57 <span i18n-content="suggestPref"></span> |
58 </label> | 58 </label> |
59 </div> | 59 </div> |
60 <div class="checkbox"> | 60 <div id="dns-prefetching-enabled-group" class="checkbox"> |
csilv
2012/03/01 01:32:18
nit, extra space before "id"
Denis Kuznetsov (DE-MUC)
2012/03/01 14:21:54
Done.
| |
61 <label> | 61 <label> |
62 <input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled" | 62 <input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled" |
63 metric="Options_DnsPrefetchCheckbox" type="checkbox"> | 63 metric="Options_DnsPrefetchCheckbox" type="checkbox"> |
64 <span i18n-content="networkPredictionEnabledDescription"></span> | 64 <span i18n-content="networkPredictionEnabledDescription"></span> |
65 </label> | 65 </label> |
66 </div> | 66 </div> |
67 <div class="checkbox"> | 67 <div class="checkbox"> |
68 <label> | 68 <label> |
69 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" | 69 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" |
70 metric="Options_SafeBrowsingCheckbox" type="checkbox"> | 70 metric="Options_SafeBrowsingCheckbox" type="checkbox"> |
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
325 <h3 i18n-content="advancedSectionTitleBackground"></h3> | 325 <h3 i18n-content="advancedSectionTitleBackground"></h3> |
326 <div class="checkbox"> | 326 <div class="checkbox"> |
327 <label> | 327 <label> |
328 <input id="backgroundModeCheckbox" type="checkbox"> | 328 <input id="backgroundModeCheckbox" type="checkbox"> |
329 <span i18n-content="backgroundModeCheckbox"></span> | 329 <span i18n-content="backgroundModeCheckbox"></span> |
330 </label> | 330 </label> |
331 </div> | 331 </div> |
332 </section> | 332 </section> |
333 </if> | 333 </if> |
334 </div> | 334 </div> |
OLD | NEW |