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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 <div id="home-page-select-container"> | 116 <div id="home-page-select-container"> |
117 <label id="home-page-label" for="home-page-select" | 117 <label id="home-page-label" for="home-page-select" |
118 i18n-content="homePage"></label> | 118 i18n-content="homePage"></label> |
119 <select id="home-page-select"> | 119 <select id="home-page-select"> |
120 <option value="none" i18n-content="homePageNone"></option> | 120 <option value="none" i18n-content="homePageNone"></option> |
121 <option value="ntp" i18n-content="homePageNtp"></option> | 121 <option value="ntp" i18n-content="homePageNtp"></option> |
122 <option value="url"></option> | 122 <option value="url"></option> |
123 <option value="choose" i18n-content="homePageChoose"></option> | 123 <option value="choose" i18n-content="homePageChoose"></option> |
124 </select> | 124 </select> |
125 </div> | 125 </div> |
126 <div class="checkbox"><label> | 126 <div id="bookmarkbar-show-on-all-tabs-group" class="checkbox"> |
| 127 <label> |
127 <input type="checkbox" pref="bookmark_bar.show_on_all_tabs" | 128 <input type="checkbox" pref="bookmark_bar.show_on_all_tabs" |
128 metric="Options_ShowBookmarksBar"> | 129 metric="Options_ShowBookmarksBar"> |
129 <span i18n-content="toolbarShowBookmarksBar"></span> | 130 <span i18n-content="toolbarShowBookmarksBar"></span> |
130 </label></div> | 131 </label> |
| 132 </div> |
131 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> | 133 <if expr="not pp_ifdef('toolkit_views') and is_posix and not is_macosx"> |
132 <div class="checkbox"><label> | 134 <div class="checkbox"><label> |
133 <input id="show-window-decorations" type="checkbox" | 135 <input id="show-window-decorations" type="checkbox" |
134 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" | 136 pref="browser.custom_chrome_frame" metric="Options_CustomFrame" |
135 inverted_pref> | 137 inverted_pref> |
136 <span i18n-content="showWindowDecorations"></span> | 138 <span i18n-content="showWindowDecorations"></span> |
137 </label></div> | 139 </label></div> |
138 </if> | 140 </if> |
139 </div> | 141 </div> |
140 </section> | 142 </section> |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 checked="checked" hidden> | 196 checked="checked" hidden> |
195 <input id="instant-enabled-control" type="checkbox" | 197 <input id="instant-enabled-control" type="checkbox" |
196 pref="instant.enabled"> | 198 pref="instant.enabled"> |
197 <!-- TODO(estade) There's a link in here which should not be inside | 199 <!-- TODO(estade) There's a link in here which should not be inside |
198 a <label>. --> | 200 a <label>. --> |
199 <span i18n-values=".innerHTML:instantPrefAndWarning"></span> | 201 <span i18n-values=".innerHTML:instantPrefAndWarning"></span> |
200 </label> | 202 </label> |
201 </div> | 203 </div> |
202 </div> | 204 </div> |
203 </section> | 205 </section> |
204 <section> | 206 <section id="users-section"> |
205 <h3 i18n-content="sectionTitleUsers"></h3> | 207 <h3 i18n-content="sectionTitleUsers"></h3> |
206 <if expr="pp_ifdef('chromeos')"> | 208 <if expr="pp_ifdef('chromeos')"> |
207 <div id="sync-section"> | 209 <div id="sync-section"> |
208 <div id="sync-overview" class="section-description" hidden> | 210 <div id="sync-overview" class="section-description" hidden> |
209 <p i18n-content="syncOverview"></p> | 211 <p i18n-content="syncOverview"></p> |
210 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a> | 212 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a> |
211 </div> | 213 </div> |
212 <div id="account-picture-wrapper"> | 214 <div id="account-picture-wrapper"> |
213 <img id="account-picture" | 215 <img id="account-picture" |
214 src="chrome://theme/IDR_PROFILE_PICTURE_LOADING"> | 216 src="chrome://theme/IDR_PROFILE_PICTURE_LOADING"> |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 </if> | 338 </if> |
337 <section> | 339 <section> |
338 <h3 i18n-content="sectionTitleAdvanced"></h3> | 340 <h3 i18n-content="sectionTitleAdvanced"></h3> |
339 <div> | 341 <div> |
340 <button id="advanced-settings" | 342 <button id="advanced-settings" |
341 i18n-content="advancedSettings"> | 343 i18n-content="advancedSettings"> |
342 </button> | 344 </button> |
343 </div> | 345 </div> |
344 </section> | 346 </section> |
345 </div> | 347 </div> |
OLD | NEW |