Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div id="settings" class="page" hidden> | 1 <div id="settings" class="page" hidden> |
| 2 <header> | 2 <header> |
| 3 <h1 i18n-content="settingsTitle"></h1> | 3 <h1 i18n-content="settingsTitle"></h1> |
| 4 <span id="browser-options-search-field-container" | 4 <span id="browser-options-search-field-container" |
| 5 class="search-field-container"> | 5 class="search-field-container"> |
| 6 <input id="search-field" type="search" | 6 <input id="search-field" type="search" |
| 7 i18n-values="placeholder:searchPlaceholder; | 7 i18n-values="placeholder:searchPlaceholder; |
| 8 aria-label:searchPlaceholder" incremental> | 8 aria-label:searchPlaceholder" incremental> |
| 9 </span> | 9 </span> |
| 10 </header> | 10 </header> |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 106 <button id="themes-reset" | 106 <button id="themes-reset" |
| 107 i18n-content="themesSetClassic"></button> | 107 i18n-content="themesSetClassic"></button> |
| 108 </div> | 108 </div> |
| 109 </if> | 109 </if> |
| 110 <if expr="pp_ifdef('toolkit_views') or is_win or is_macosx"> | 110 <if expr="pp_ifdef('toolkit_views') or is_win or is_macosx"> |
| 111 <div> | 111 <div> |
| 112 <button id="themes-gallery" i18n-content="themesGallery"></button> | 112 <button id="themes-gallery" i18n-content="themesGallery"></button> |
| 113 <button id="themes-reset" i18n-content="themesReset"></button> | 113 <button id="themes-reset" i18n-content="themesReset"></button> |
| 114 </div> | 114 </div> |
| 115 </if> | 115 </if> |
| 116 <div class="settings-row"> | 116 <div class="settings-row" id="home-page-select-container"> |
|
James Hawkins
2012/03/05 17:07:12
nit: IDs should be the first attribute.
Denis Kuznetsov (DE-MUC)
2012/03/12 10:32:15
Done.
| |
| 117 <span i18n-content="homePage"></span> | 117 <span i18n-content="homePage"></span> |
| 118 <select id="home-page-select"> | 118 <select id="home-page-select"> |
| 119 <option value="none" i18n-content="homePageNone"></option> | 119 <option value="none" i18n-content="homePageNone"></option> |
| 120 <option value="ntp" i18n-content="homePageNtp"></option> | 120 <option value="ntp" i18n-content="homePageNtp"></option> |
| 121 <option value="url"></option> | 121 <option value="url"></option> |
| 122 <option value="choose" i18n-content="homePageChoose"></option> | 122 <option value="choose" i18n-content="homePageChoose"></option> |
| 123 </select> | 123 </select> |
| 124 </div> | 124 </div> |
| 125 <div class="checkbox"><label> | 125 <div id="bookmarkbar-show-on-all-tabs-group" class="checkbox"><label> |
| 126 <input type="checkbox" pref="bookmark_bar.show_on_all_tabs" | 126 <input type="checkbox" pref="bookmark_bar.show_on_all_tabs" |
| 127 metric="Options_ShowBookmarksBar"> | 127 metric="Options_ShowBookmarksBar"> |
| 128 <span i18n-content="toolbarShowBookmarksBar"></span> | 128 <span i18n-content="toolbarShowBookmarksBar"></span> |
| 129 </label></div> | 129 </label></div> |
| 130 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> | 130 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> |
| 131 <div class="checkbox"><label> | 131 <div class="checkbox"><label> |
| 132 <input id="show-window-decorations" type="checkbox" | 132 <input id="show-window-decorations" type="checkbox" |
| 133 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" | 133 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" |
| 134 inverted_pref> | 134 inverted_pref> |
| 135 <span i18n-content="showWindowDecorations"></span> | 135 <span i18n-content="showWindowDecorations"></span> |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 192 checked="checked" hidden> | 192 checked="checked" hidden> |
| 193 <input id="instant-enabled-control" type="checkbox" | 193 <input id="instant-enabled-control" type="checkbox" |
| 194 pref="instant.enabled"> | 194 pref="instant.enabled"> |
| 195 <!-- TODO(estade) There's a link in here which should not be inside | 195 <!-- TODO(estade) There's a link in here which should not be inside |
| 196 a <label>. --> | 196 a <label>. --> |
| 197 <span i18n-values=".innerHTML:instantPrefAndWarning"></span> | 197 <span i18n-values=".innerHTML:instantPrefAndWarning"></span> |
| 198 </label> | 198 </label> |
| 199 </div> | 199 </div> |
| 200 </div> | 200 </div> |
| 201 </section> | 201 </section> |
| 202 <section> | 202 <section id="users-section"> |
| 203 <h3 i18n-content="sectionTitleUsers"></h3> | 203 <h3 i18n-content="sectionTitleUsers"></h3> |
| 204 <if expr="pp_ifdef('chromeos')"> | 204 <if expr="pp_ifdef('chromeos')"> |
| 205 <div id="sync-section"> | 205 <div id="sync-section"> |
| 206 <div id="sync-overview" class="settings-row" hidden> | 206 <div id="sync-overview" class="settings-row" hidden> |
| 207 <p i18n-content="syncOverview"></p> | 207 <p i18n-content="syncOverview"></p> |
| 208 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a> | 208 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a> |
| 209 </div> | 209 </div> |
| 210 <div id="account-picture-wrapper"> | 210 <div id="account-picture-wrapper"> |
| 211 <img id="account-picture" | 211 <img id="account-picture" |
| 212 src="chrome://theme/IDR_PROFILE_PICTURE_LOADING"> | 212 src="chrome://theme/IDR_PROFILE_PICTURE_LOADING"> |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 274 </div> | 274 </div> |
| 275 </div> | 275 </div> |
| 276 </section> | 276 </section> |
| 277 </if> | 277 </if> |
| 278 <div id="advanced-settings"> | 278 <div id="advanced-settings"> |
| 279 <div id="advanced-settings-container"> | 279 <div id="advanced-settings-container"> |
| 280 <if expr="pp_ifdef('chromeos')"> | 280 <if expr="pp_ifdef('chromeos')"> |
| 281 <section> | 281 <section> |
| 282 <h3 i18n-content="datetimeTitle"></h3> | 282 <h3 i18n-content="datetimeTitle"></h3> |
| 283 <div class="option-control-table"> | 283 <div class="option-control-table"> |
| 284 <span class="option-name" i18n-content="timezone"></span> | 284 <div id="timezone-value-group"> |
| 285 <div id="timezone-value"> | 285 <span class="option-name" i18n-content="timezone"></span> |
| 286 <select id="timezone-select" class="control" i18n-options="timezoneList" | 286 <div id="timezone-value"> |
| 287 data-type="string" pref="cros.system.timezone"></select> | 287 <select id="timezone-select" class="control" |
| 288 i18n-options="timezoneList" data-type="string" | |
| 289 pref="cros.system.timezone"></select> | |
|
James Hawkins
2012/03/05 17:07:12
nit: Closing tag should be on a new line.
Denis Kuznetsov (DE-MUC)
2012/03/12 10:32:15
Done.
| |
| 290 </div> | |
| 288 </div> | 291 </div> |
| 289 <div class="checkbox"> | 292 <div class="checkbox"> |
| 290 <label> | 293 <label> |
| 291 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock" | 294 <input id="use-24hour-clock" pref="settings.clock.use_24hour_clock" |
| 292 type="checkbox"> | 295 type="checkbox"> |
| 293 <span i18n-content="use24HourClock"></span> | 296 <span i18n-content="use24HourClock"></span> |
| 294 </label> | 297 </label> |
| 295 </div> | 298 </div> |
| 296 </div> | 299 </div> |
| 297 </section> | 300 </section> |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 316 i18n-values="href:privacyLearnMoreURL"></a> | 319 i18n-values="href:privacyLearnMoreURL"></a> |
| 317 </div> | 320 </div> |
| 318 <div class="checkbox"> | 321 <div class="checkbox"> |
| 319 <label> | 322 <label> |
| 320 <input id="alternateErrorPagesEnabled" | 323 <input id="alternateErrorPagesEnabled" |
| 321 pref="alternate_error_pages.enabled" | 324 pref="alternate_error_pages.enabled" |
| 322 metric="Options_LinkDoctorCheckbox" type="checkbox"> | 325 metric="Options_LinkDoctorCheckbox" type="checkbox"> |
| 323 <span i18n-content="linkDoctorPref"></span> | 326 <span i18n-content="linkDoctorPref"></span> |
| 324 </label> | 327 </label> |
| 325 </div> | 328 </div> |
| 326 <div class="checkbox"> | 329 <div id="search-suggest-enabled-group" class="checkbox"> |
| 327 <label> | 330 <label> |
| 328 <input id="searchSuggestEnabled" pref="search.suggest_enabled" | 331 <input id="searchSuggestEnabled" pref="search.suggest_enabled" |
| 329 metric="Options_UseSuggestCheckbox" type="checkbox"> | 332 metric="Options_UseSuggestCheckbox" type="checkbox"> |
| 330 <span i18n-content="suggestPref"></span> | 333 <span i18n-content="suggestPref"></span> |
| 331 </label> | 334 </label> |
| 332 </div> | 335 </div> |
| 333 <div class="checkbox"> | 336 <div id="dns-prefetching-enabled-group" class="checkbox"> |
| 334 <label> | 337 <label> |
| 335 <input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled" | 338 <input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled" |
| 336 metric="Options_DnsPrefetchCheckbox" type="checkbox"> | 339 metric="Options_DnsPrefetchCheckbox" type="checkbox"> |
| 337 <span i18n-content="networkPredictionEnabledDescription"></span> | 340 <span i18n-content="networkPredictionEnabledDescription"></span> |
| 338 </label> | 341 </label> |
| 339 </div> | 342 </div> |
| 340 <div class="checkbox"> | 343 <div class="checkbox"> |
| 341 <label> | 344 <label> |
| 342 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" | 345 <input id="safeBrowsingEnabled" pref="safebrowsing.enabled" |
| 343 metric="Options_SafeBrowsingCheckbox" type="checkbox"> | 346 metric="Options_SafeBrowsingCheckbox" type="checkbox"> |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 649 </section> | 652 </section> |
| 650 </if> | 653 </if> |
| 651 </div> <!-- advanced-settings-container --> | 654 </div> <!-- advanced-settings-container --> |
| 652 </div> <!-- advanced-settings --> | 655 </div> <!-- advanced-settings --> |
| 653 <footer> | 656 <footer> |
| 654 <button id="advanced-settings-expander" class="link-button" | 657 <button id="advanced-settings-expander" class="link-button" |
| 655 i18n-content="showAdvancedSettings"> | 658 i18n-content="showAdvancedSettings"> |
| 656 </button> | 659 </button> |
| 657 </footer> | 660 </footer> |
| 658 </div> | 661 </div> |
| OLD | NEW |