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

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

Issue 9212007: Settings: Bring Appearance section in line with mocks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix. Created 8 years, 11 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="browserPage" class="page" hidden> 1 <div id="browserPage" class="page" hidden>
2 <h1 i18n-content="browserPage"></h1> 2 <h1 i18n-content="browserPage"></h1>
3 <section id="sync-section"> 3 <section id="sync-section">
4 <h3 i18n-content="syncSection"></h3> 4 <h3 i18n-content="syncSection"></h3>
5 <div id="sync-overview" class="section-description" hidden> 5 <div id="sync-overview" class="section-description" hidden>
6 <p i18n-content="syncOverview"></p> 6 <p i18n-content="syncOverview"></p>
7 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a> 7 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a>
8 </div> 8 </div>
9 <div id="sync-status" hidden> 9 <div id="sync-status" hidden>
10 <span id="sync-status-text"></span> 10 <span id="sync-status-text"></span>
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 i18n-content="startupShowPages"></span> 52 i18n-content="startupShowPages"></span>
53 <button id="startupSetPages" class="link-button" 53 <button id="startupSetPages" class="link-button"
54 i18n-content="startupSetPages"></button> 54 i18n-content="startupSetPages"></button>
55 </span> 55 </span>
56 </label> 56 </label>
57 </div> 57 </div>
58 </div> 58 </div>
59 </section> 59 </section>
60 <section> 60 <section>
61 <h3 i18n-content="appearance"></h3> 61 <h3 i18n-content="appearance"></h3>
62 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
63 <div>
64 <div>
65 <button id="themes-gallery" i18n-content="themesGallery"></button>
66 <button id="themes-GTK-button"
67 i18n-content="themesGTKButton"></button>
68 <button id="themes-reset"
69 i18n-content="themesSetClassic"></button>
70 </div>
71 </div>
72 </if>
73 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'">
74 <div>
75 <button id="themes-gallery" i18n-content="themesGallery"></button>
76 <button id="themes-reset" i18n-content="themesReset"></button>
77 </div>
78 </if>
62 <div> 79 <div>
63 <div class="checkbox"> 80 <div class="checkbox">
64 <input id="toolbarShowHomeButton" pref="browser.show_home_button" 81 <input id="toolbarShowHomeButton" pref="browser.show_home_button"
65 metric="Options_Homepage_HomeButton" type="checkbox"> 82 metric="Options_Homepage_HomeButton" type="checkbox">
66 <label id="home-page-label" for="toolbarShowHomeButton" 83 <label id="home-page-label" for="toolbarShowHomeButton"
67 i18n-content="toolbarShowHomeButton"> 84 i18n-content="toolbarShowHomeButton">
68 </label> 85 </label>
69 <button id="change-home-page" i18n-content="changeHomePage" 86 <button id="change-home-page" i18n-content="changeHomePage"
70 class="link-button"></button> 87 class="link-button"></button>
71 </div> 88 </div>
72 <div class="checkbox"> 89 <div class="checkbox">
73 <label> 90 <label>
74 <input id="toolbarShowBookmarksBar" 91 <input id="toolbarShowBookmarksBar"
75 pref="bookmark_bar.show_on_all_tabs" 92 pref="bookmark_bar.show_on_all_tabs"
76 metric="Options_ShowBookmarksBar" type="checkbox"> 93 metric="Options_ShowBookmarksBar" type="checkbox">
77 <span i18n-content="toolbarShowBookmarksBar"></span> 94 <span i18n-content="toolbarShowBookmarksBar"></span>
78 </label> 95 </label>
79 </div> 96 </div>
97 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
98 <div class="checkbox">
99 <label>
100 <input id="show-window-decorations" type="checkbox"
101 pref="browser.custom_chrome_frame" metric="Options_CustomFrame"
102 inverted_pref>
103 <span i18n-content="showWindowDecorations"></span>
104 </label>
105 </div>
106 </if>
80 </div> 107 </div>
81 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx">
82 <div>
83 <div>
84 <button id="themes-GTK-button"
85 i18n-content="themesGTKButton"></button>
86 <button id="themes-reset"
87 i18n-content="themesSetClassic"></button>
88 </div>
89 <div id="themes-gallery-div">
90 <a id="themes-gallery" i18n-content="themesGallery"
91 i18n-values="href:themesGalleryURL" target="_blank"></a>
92 </div>
93 </div>
94 </if>
95 <if expr="pp_ifdef('toolkit_views') or os == 'win32' or os == 'darwin'">
96 <div>
97 <button id="themes-gallery" i18n-content="themesGallery"></button>
98 <button id="themes-reset" i18n-content="themesReset"></button>
99 </div>
100 </if>
101 </section> 108 </section>
102 <section> 109 <section>
103 <h3 i18n-content="defaultSearchGroupName"></h3> 110 <h3 i18n-content="defaultSearchGroupName"></h3>
104 <div id="defaultSearchEngineGroup"> 111 <div id="defaultSearchEngineGroup">
105 <div id="defaultSearchGroupLabel" 112 <div id="defaultSearchGroupLabel"
106 i18n-values=".innerHTML:defaultSearchGroupLabel"></div> 113 i18n-values=".innerHTML:defaultSearchGroupLabel"></div>
107 <div> 114 <div>
108 <select id="defaultSearchEngine" class="weakrtl"></select> 115 <select id="defaultSearchEngine" class="weakrtl"></select>
109 <button id="defaultSearchManageEnginesButton" 116 <button id="defaultSearchManageEnginesButton"
110 i18n-content="defaultSearchManageEngines"></button> 117 i18n-content="defaultSearchManageEngines"></button>
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 </if> 179 </if>
173 <section> 180 <section>
174 <h3 i18n-content="advancedGroupName"></h3> 181 <h3 i18n-content="advancedGroupName"></h3>
175 <div> 182 <div>
176 <div i18n-content="advancedGroupDescription"></div> 183 <div i18n-content="advancedGroupDescription"></div>
177 <button id="advancedOptionsButton" 184 <button id="advancedOptionsButton"
178 i18n-content="advancedOptionsButtonTitle"></button> 185 i18n-content="advancedOptionsButtonTitle"></button>
179 </div> 186 </div>
180 </section> 187 </section>
181 </div> 188 </div>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options2/browser_options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698