Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Side by Side Diff: chrome/browser/resources/options2/browser_options.html

Issue 9353019: Revert 120803 - [uber] Redoing the homepage selection UI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 </div> 45 </div>
46 </section> 46 </section>
47 </if> 47 </if>
48 <if expr="not pp_ifdef('chromeos')"> 48 <if expr="not pp_ifdef('chromeos')">
49 <!-- This section is temporarily duplicated down below for ChromeOS. --> 49 <!-- This section is temporarily duplicated down below for ChromeOS. -->
50 <section id="startup-section"> 50 <section id="startup-section">
51 <h3 i18n-content="sectionTitleStartup"></h3> 51 <h3 i18n-content="sectionTitleStartup"></h3>
52 <div> 52 <div>
53 <div class="radio"> 53 <div class="radio">
54 <label> 54 <label>
55 <input type="radio" name="startup" value="5" 55 <input type="radio" name="startup" value="0"
56 pref="session.restore_on_startup" 56 pref="session.restore_on_startup"
57 metric="Options_Startup_NewTab"> 57 metric="Options_Startup_Homepage">
58 <span i18n-content="startupShowDefaultAndNewTab"></span> 58 <span i18n-content="startupShowDefaultAndNewTab"></span>
59 </label> 59 </label>
60 </div> 60 </div>
61 <div class="radio"> 61 <div class="radio">
62 <label> 62 <label>
63 <input type="radio" name="startup" value="1" 63 <input type="radio" name="startup" value="1"
64 pref="session.restore_on_startup" 64 pref="session.restore_on_startup"
65 metric="Options_Startup_LastSession"> 65 metric="Options_Startup_LastSession">
66 <span id="old-startup-last-text" 66 <span id="old-startup-last-text"
67 i18n-content="startupShowLastSession"> 67 i18n-content="startupShowLastSession">
(...skipping 28 matching lines...) Expand all
96 i18n-content="themesSetClassic"></button> 96 i18n-content="themesSetClassic"></button>
97 </div> 97 </div>
98 </if> 98 </if>
99 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'"> 99 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'">
100 <div> 100 <div>
101 <button id="themes-gallery" i18n-content="themesGallery"></button> 101 <button id="themes-gallery" i18n-content="themesGallery"></button>
102 <button id="themes-reset" i18n-content="themesReset"></button> 102 <button id="themes-reset" i18n-content="themesReset"></button>
103 </div> 103 </div>
104 </if> 104 </if>
105 <div> 105 <div>
106 <div id="home-page-select-container"> 106 <div class="checkbox">
107 <label id="home-page-label" for="home-page-select" 107 <input id="toolbar-show-home-button" pref="browser.show_home_button"
108 i18n-content="homePage"></label> 108 metric="Options_Homepage_HomeButton" type="checkbox">
109 <select id="home-page-select"> 109 <label id="home-page-label" for="toolbar-show-home-button"
110 <option value="none" i18n-content="homePageNone"></option> 110 i18n-content="toolbarShowHomeButton">
111 <option value="ntp" i18n-content="homePageNtp"></option> 111 </label>
112 <option value="url"></option> 112 <button id="change-home-page" i18n-content="changeHomePage"
113 <option value="choose" i18n-content="homePageChoose"></option> 113 class="link-button">
114 </select> 114 </button>
115 </div> 115 </div>
116 <div class="checkbox"> 116 <div class="checkbox">
117 <label> 117 <label>
118 <input type="checkbox" pref="bookmark_bar.show_on_all_tabs" 118 <input type="checkbox" pref="bookmark_bar.show_on_all_tabs"
119 metric="Options_ShowBookmarksBar"> 119 metric="Options_ShowBookmarksBar">
120 <span i18n-content="toolbarShowBookmarksBar"></span> 120 <span i18n-content="toolbarShowBookmarksBar"></span>
121 </label> 121 </label>
122 </div> 122 </div>
123 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> 123 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
124 <div class="checkbox"> 124 <div class="checkbox">
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 </if> 266 </if>
267 <if expr="pp_ifdef('chromeos')"> 267 <if expr="pp_ifdef('chromeos')">
268 <!-- This section is temporarily duplicated here for ChromeOS. --> 268 <!-- This section is temporarily duplicated here for ChromeOS. -->
269 <!-- TODO(csilv): Move to 'Under the Hood' for ChromeOS only. --> 269 <!-- TODO(csilv): Move to 'Under the Hood' for ChromeOS only. -->
270 <!-- http://crbug.com/110527 --> 270 <!-- http://crbug.com/110527 -->
271 <section id="startup-section"> 271 <section id="startup-section">
272 <h3 i18n-content="sectionTitleStartup"></h3> 272 <h3 i18n-content="sectionTitleStartup"></h3>
273 <div> 273 <div>
274 <div class="radio"> 274 <div class="radio">
275 <label> 275 <label>
276 <input type="radio" name="startup" value="5" 276 <input type="radio" name="startup" value="0"
277 pref="session.restore_on_startup" 277 pref="session.restore_on_startup"
278 metric="Options_Startup_NewTab"> 278 metric="Options_Startup_Homepage">
279 <span i18n-content="startupShowDefaultAndNewTab"></span> 279 <span i18n-content="startupShowDefaultAndNewTab"></span>
280 </label> 280 </label>
281 </div> 281 </div>
282 <div class="radio"> 282 <div class="radio">
283 <label> 283 <label>
284 <input type="radio" name="startup" value="1" 284 <input type="radio" name="startup" value="1"
285 pref="session.restore_on_startup" 285 pref="session.restore_on_startup"
286 metric="Options_Startup_LastSession"> 286 metric="Options_Startup_LastSession">
287 <span i18n-content="startupShowLastSession"></span> 287 <span i18n-content="startupShowLastSession"></span>
288 </label> 288 </label>
(...skipping 18 matching lines...) Expand all
307 </if> 307 </if>
308 <section> 308 <section>
309 <h3 i18n-content="sectionTitleAdvanced"></h3> 309 <h3 i18n-content="sectionTitleAdvanced"></h3>
310 <div> 310 <div>
311 <button id="advanced-settings" 311 <button id="advanced-settings"
312 i18n-content="advancedSettings"> 312 i18n-content="advancedSettings">
313 </button> 313 </button>
314 </div> 314 </div>
315 </section> 315 </section>
316 </div> 316 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/browser_options.css ('k') | chrome/browser/resources/options2/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698