OLD | NEW |
1 <div id="advancedPage" class="page" hidden> | 1 <div id="advancedPage" class="page" hidden> |
2 <h1 i18n-content="advancedPage"></h1> | 2 <header><h1 i18n-content="advancedPage"></h1></header> |
3 <if expr="pp_ifdef('chromeos')"> | 3 <if expr="pp_ifdef('chromeos')"> |
4 <section> | 4 <section> |
5 <h3 i18n-content="datetimeTitle"></h3> | 5 <h3 i18n-content="datetimeTitle"></h3> |
6 <div class="option-control-table"> | 6 <div class="option-control-table"> |
7 <span class="option-name" i18n-content="timezone"></span> | 7 <span class="option-name" i18n-content="timezone"></span> |
8 <div id="timezone-value"> | 8 <div id="timezone-value"> |
9 <select id="timezone-select" class="control" i18n-options="timezoneList" | 9 <select id="timezone-select" class="control" i18n-options="timezoneList" |
10 data-type="string" pref="cros.system.timezone"></select> | 10 data-type="string" pref="cros.system.timezone"></select> |
11 </div> | 11 </div> |
12 <div class="checkbox"> | 12 <div class="checkbox"> |
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 <h3 i18n-content="advancedSectionTitleBackground"></h3> | 323 <h3 i18n-content="advancedSectionTitleBackground"></h3> |
324 <div class="checkbox"> | 324 <div class="checkbox"> |
325 <label> | 325 <label> |
326 <input id="backgroundModeCheckbox" type="checkbox"> | 326 <input id="backgroundModeCheckbox" type="checkbox"> |
327 <span i18n-content="backgroundModeCheckbox"></span> | 327 <span i18n-content="backgroundModeCheckbox"></span> |
328 </label> | 328 </label> |
329 </div> | 329 </div> |
330 </section> | 330 </section> |
331 </if> | 331 </if> |
332 </div> | 332 </div> |
OLD | NEW |