| OLD | NEW |
| 1 <div id="systemPage" class="page" hidden> | 1 <div id="systemPage" class="page" hidden> |
| 2 <h1 i18n-content="systemPage"></h1> | 2 <h1 i18n-content="systemPage"></h1> |
| 3 <div class="displaytable"> | 3 <div class="displaytable"> |
| 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" | 9 <select id="timezone-select" class="control" |
| 10 i18n-options="timezoneList" | 10 i18n-options="timezoneList" |
| 11 dataType="string" | 11 dataType="string" |
| 12 pref="cros.system.timezone"></select> | 12 pref="cros.system.timezone"></select> |
| 13 </div> | 13 </div> |
| 14 <div class="checkbox"> | 14 <div class="checkbox"> |
| 15 <label> | 15 <label> |
| 16 <input id="use-24hour-clock" | 16 <input id="use-24hour-clock" |
| 17 pref="settings.clock.use_24hour_clock" | 17 pref="settings.clock.use_24hour_clock" |
| 18 type="checkbox"> | 18 type="checkbox"> |
| 19 <span i18n-content="use24HourClock"></span> | 19 <span i18n-content="use24HourClock"></span> |
| 20 </label> | 20 </label> |
| 21 </div> | 21 </div> |
| 22 </div> | 22 </div> |
| 23 </section> | 23 </section> |
| 24 <if expr="pp_ifdef('touchui')"> | 24 <section> |
| 25 <section> | 25 <h3 i18n-content="screen"></h3> |
| 26 <h3 i18n-content="screen"></h3> | 26 <div id="brightness-value"> |
| 27 <div id="brightness-value"> | 27 <span i18n-content="brightness"></span> |
| 28 <span i18n-content="brightness"></span> | 28 <button id="brightness-decrease-button" |
| 29 <button id="brightness-decrease-button" | 29 i18n-content="brightnessDecrease"></button> |
| 30 i18n-content="brightnessDecrease"></button> | 30 <button id="brightness-increase-button" |
| 31 <button id="brightness-increase-button" | 31 i18n-content="brightnessIncrease"></button> |
| 32 i18n-content="brightnessIncrease"></button> | 32 </div> |
| 33 </div> | 33 </section> |
| 34 </section> | |
| 35 </if> | |
| 36 <section> | 34 <section> |
| 37 <h3 i18n-content="touchpad"></h3> | 35 <h3 i18n-content="touchpad"></h3> |
| 38 <div class="option-control-table"> | 36 <div class="option-control-table"> |
| 39 <span class="option-name" i18n-content="sensitivity"></span> | 37 <span class="option-name" i18n-content="sensitivity"></span> |
| 40 <div id="touchpad-value"> | 38 <div id="touchpad-value"> |
| 41 <div id="slider-control"> | 39 <div id="slider-control"> |
| 42 <input id="sensitivity-range" type="range" min="1" max="5" | 40 <input id="sensitivity-range" type="range" min="1" max="5" |
| 43 pref="settings.touchpad.sensitivity2" class="touch-slider"> | 41 pref="settings.touchpad.sensitivity2" class="touch-slider"> |
| 44 <div> | 42 <div> |
| 45 <span i18n-content="sensitivityLess"></span> | 43 <span i18n-content="sensitivityLess"></span> |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 <label> | 104 <label> |
| 107 <input id="accesibility-check" type="checkbox"> | 105 <input id="accesibility-check" type="checkbox"> |
| 108 <span i18n-content="accessibility"></span> | 106 <span i18n-content="accessibility"></span> |
| 109 </label> | 107 </label> |
| 110 </div> | 108 </div> |
| 111 </div> | 109 </div> |
| 112 </div> | 110 </div> |
| 113 </section> | 111 </section> |
| 114 </div> | 112 </div> |
| 115 </div> | 113 </div> |
| OLD | NEW |