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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 <button id="customize-sync" i18n-content="customizeSync" hidden> | 221 <button id="customize-sync" i18n-content="customizeSync" hidden> |
222 </button> | 222 </button> |
223 <button id="manage-accounts-button" | 223 <button id="manage-accounts-button" |
224 i18n-content="manageAccountsButtonTitle"> | 224 i18n-content="manageAccountsButtonTitle"> |
225 </button> | 225 </button> |
226 </div> | 226 </div> |
227 </div> | 227 </div> |
228 </if> | 228 </if> |
229 <div id="profiles-section" hidden> | 229 <div id="profiles-section" hidden> |
230 <list id="profiles-list" class="settings-list" hidden></list> | 230 <list id="profiles-list" class="settings-list" hidden></list> |
231 <div id="profiles-single-message" i18n-content="profilesSingleUser"> | 231 <div id="profiles-single-message" class="settings-row" |
| 232 i18n-content="profilesSingleUser"> |
232 </div> | 233 </div> |
233 <div id="profiles-buttons"> | 234 <div id="profiles-buttons"> |
234 <button id="profiles-create" i18n-content="profilesCreate"></button> | 235 <button id="profiles-create" i18n-content="profilesCreate"></button> |
235 <button id="profiles-manage" i18n-content="profilesManage" disabled> | 236 <button id="profiles-manage" i18n-content="profilesManage" disabled> |
236 </button> | 237 </button> |
237 <button id="profiles-delete" i18n-content="profilesDelete"></button> | 238 <button id="profiles-delete" i18n-content="profilesDelete"></button> |
238 <if expr="not pp_ifdef('chromeos')"> | 239 <if expr="not pp_ifdef('chromeos')"> |
239 <button id="import-data" i18n-content="importData"></button> | 240 <button id="import-data" i18n-content="importData"></button> |
240 </if> | 241 </if> |
241 </div> | 242 </div> |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
617 </section> | 618 </section> |
618 </if> | 619 </if> |
619 </div> <!-- advanced-settings-container --> | 620 </div> <!-- advanced-settings-container --> |
620 </div> <!-- advanced-settings --> | 621 </div> <!-- advanced-settings --> |
621 <footer> | 622 <footer> |
622 <button id="advanced-settings-expander" class="link-button" | 623 <button id="advanced-settings-expander" class="link-button" |
623 i18n-content="showAdvancedSettings"> | 624 i18n-content="showAdvancedSettings"> |
624 </button> | 625 </button> |
625 </footer> | 626 </footer> |
626 </div> | 627 </div> |
OLD | NEW |