OLD | NEW |
1 <div id="browserPage" class="page" hidden> | 1 <div id="browserPage" class="page" hidden> |
2 <span id="browser-options-search-field-container" | 2 <span id="browser-options-search-field-container" |
3 class="search-field-container"> | 3 class="search-field-container"> |
4 <input id="search-field" type="search" | 4 <input id="search-field" type="search" |
5 i18n-values="placeholder:searchPlaceholder;aria-label:searchPlaceholder" | 5 i18n-values="placeholder:searchPlaceholder;aria-label:searchPlaceholder" |
6 incremental> | 6 incremental> |
7 </span> | 7 </span> |
8 <h1 i18n-content="browserPage"></h1> | 8 <header><h1 i18n-content="browserPage"></h1></header> |
9 <if expr="not pp_ifdef('chromeos')"> | 9 <if expr="not pp_ifdef('chromeos')"> |
10 <section id="sync-section"> | 10 <section id="sync-section"> |
11 <h3 i18n-content="sectionTitleSync"></h3> | 11 <h3 i18n-content="sectionTitleSync"></h3> |
12 <div id="sync-overview" class="section-description" hidden> | 12 <div id="sync-overview" class="section-description" hidden> |
13 <p i18n-content="syncOverview"></p> | 13 <p i18n-content="syncOverview"></p> |
14 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a> | 14 <a i18n-values="href:syncLearnMoreURL" i18n-content="learnMore"></a> |
15 </div> | 15 </div> |
16 <div id="sync-status" hidden> | 16 <div id="sync-status" hidden> |
17 <span id="sync-status-text"></span> | 17 <span id="sync-status-text"></span> |
18 <button id="sync-action-link" class="link-button"></button> | 18 <button id="sync-action-link" class="link-button"></button> |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 </section> | 290 </section> |
291 </if> | 291 </if> |
292 <section> | 292 <section> |
293 <h3 i18n-content="sectionTitleAdvanced"></h3> | 293 <h3 i18n-content="sectionTitleAdvanced"></h3> |
294 <div> | 294 <div> |
295 <button id="advancedOptionsButton" | 295 <button id="advancedOptionsButton" |
296 i18n-content="advancedOptionsButtonTitle"></button> | 296 i18n-content="advancedOptionsButtonTitle"></button> |
297 </div> | 297 </div> |
298 </section> | 298 </section> |
299 </div> | 299 </div> |
OLD | NEW |