| 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" |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 <section> | 24 <section> |
| 25 <h3 i18n-content="screen"></h3> | 25 <h3 i18n-content="screen"></h3> |
| 26 <div id="brightness-value"> | 26 <div id="brightness-value"> |
| 27 <span i18n-content="brightness"></span> | 27 <span i18n-content="brightness"></span> |
| 28 <button id="brightness-decrease-button" | 28 <button id="brightness-decrease-button" |
| 29 i18n-content="brightnessDecrease"></button> | 29 i18n-content="brightnessDecrease"></button> |
| 30 <button id="brightness-increase-button" | 30 <button id="brightness-increase-button" |
| 31 i18n-content="brightnessIncrease"></button> | 31 i18n-content="brightnessIncrease"></button> |
| 32 </div> | 32 </div> |
| 33 </section> | 33 </section> |
| 34 <section id="touchpad-controls" hidden> | 34 <section id="input-controls"> |
| 35 <h3 i18n-content="touchpad"></h3> | 35 <h3 i18n-content="pointer"></h3> |
| 36 <div class="option-control-table"> | 36 <div class="option-control-table"> |
| 37 <span class="option-name" i18n-content="sensitivity"></span> | 37 <span class="option-name" i18n-content="sensitivity"></span> |
| 38 » <div id="touchpad-value"> | 38 <div id="pointer-value"> |
| 39 <div id="slider-control"> | 39 <div id="slider-control"> |
| 40 <input id="sensitivity-range" type="range" min="1" max="5" | 40 <input id="sensitivity-range" type="range" min="1" max="5" |
| 41 pref="settings.touchpad.sensitivity2" class="touch-slider"> | 41 pref="settings.touchpad.sensitivity2" class="touch-slider"> |
| 42 <div> | 42 <div> |
| 43 <span i18n-content="sensitivityLess"></span> | 43 <span i18n-content="sensitivityLess"></span> |
| 44 <span i18n-content="sensitivityMore" | 44 <span i18n-content="sensitivityMore" |
| 45 class="touchpad-sensitivity-more"></span> | 45 class="pointer-sensitivity-more"></span> |
| 46 </div> | 46 </div> |
| 47 </div> | 47 </div> |
| 48 </div> | 48 </div> |
| 49 <div id="tap-to-click" class="checkbox"> | 49 </div> |
| 50 </section> |
| 51 <section id="touchpad-controls" hidden> |
| 52 <h3 i18n-content="touchpad"></h3> |
| 53 <div class="option-control-table"> |
| 54 <div class="checkbox"> |
| 50 <label> | 55 <label> |
| 51 <input id="tap-to-click-check" | 56 <input type="checkbox" |
| 52 pref="settings.touchpad.enable_tap_to_click" | 57 pref="settings.touchpad.enable_tap_to_click"> |
| 53 type="checkbox"> | |
| 54 <span i18n-content="enableTapToClick"></span> | 58 <span i18n-content="enableTapToClick"></span> |
| 55 </label> | 59 </label> |
| 56 </div> | 60 </div> |
| 57 </div> | 61 </div> |
| 62 </section> |
| 63 <section id="mouse-controls" hidden> |
| 64 <h3 i18n-content="mouse"></h3> |
| 65 <div class="option-control-table"> |
| 66 <div class="checkbox"> |
| 67 <label> |
| 68 <input type="checkbox" pref="settings.mouse.primary_right"> |
| 69 <span i18n-content="primaryMouseRight"></span> |
| 70 </label> |
| 71 </div> |
| 72 </div> |
| 58 </section> | 73 </section> |
| 59 <!-- By default, the bluetooth section is hidden. It is only | 74 <!-- By default, the bluetooth section is hidden. It is only |
| 60 visible if the command line flag --enable_bluetooth is set. --> | 75 visible if the command line flag --enable_bluetooth is set. --> |
| 61 <section id="bluetooth-devices" hidden> | 76 <section id="bluetooth-devices" hidden> |
| 62 <h3 i18n-content="bluetooth"></h3> | 77 <h3 i18n-content="bluetooth"></h3> |
| 63 <div id="bluetooth-options-div"> | 78 <div id="bluetooth-options-div"> |
| 64 <div id="bluetooth-buttons"> | 79 <div id="bluetooth-buttons"> |
| 65 <button id="enable-bluetooth" i18n-content="enableBluetooth" hidden> | 80 <button id="enable-bluetooth" i18n-content="enableBluetooth" hidden> |
| 66 <button id="disable-bluetooth" i18n-content="disableBluetooth"> | 81 <button id="disable-bluetooth" i18n-content="disableBluetooth"> |
| 67 </div> | 82 </div> |
| 68 <div id="no-bluetooth-devices-label" | 83 <div id="no-bluetooth-devices-label" |
| 69 i18n-content="noBluetoothDevicesFound"> | 84 i18n-content="noBluetoothDevicesFound"> |
| 70 </div> | 85 </div> |
| 71 <div id="bluetooth-device-list"> | 86 <div id="bluetooth-device-list"> |
| 72 <!-- A list of connected devices is inserted here on page load. --> | 87 <!-- A list of connected devices is inserted here on page load. --> |
| 73 <!-- The list of devices is updated asynchronously on clicking | 88 <!-- The list of devices is updated asynchronously on clicking |
| 74 'Find Devices'. --> | 89 'Find Devices'. --> |
| 75 </div> | 90 </div> |
| 76 <!-- Template for items in list of Bluetooth devices --> | 91 <!-- Template for items in list of Bluetooth devices --> |
| 77 <div id="bluetooth-item-template" class="bluetooth-item" hidden> | 92 <div id="bluetooth-item-template" class="bluetooth-item" hidden> |
| 78 <div class="bluetooth-item-text"> | 93 <div class="bluetooth-item-text"> |
| 79 <div class="network-name-label"></div> | 94 <div class="network-name-label"></div> |
| 80 <div class="bluetooth-status"> | 95 <div class="bluetooth-status"> |
| 81 <span class="network-status-label"></span> | 96 <span class="network-status-label"></span> |
| 82 <div class="inline-spinner" hidden></div> | 97 <div class="inline-spinner" hidden></div> |
| 83 </div> | 98 </div> |
| 84 <div class="bluetooth-instructions"></div> | 99 <div class="bluetooth-instructions"></div> |
| 85 </div> | 100 </div> |
| 86 <div class="bluetooth-button-group"></div> | 101 <div class="bluetooth-button-group"></div> |
| 87 </div> | 102 </div> |
| 88 <div id = "bluetooth-finder-container"> | 103 <div id = "bluetooth-finder-container"> |
| 89 <button id="bluetooth-find-devices" | 104 <button id="bluetooth-find-devices" |
| 90 i18n-content="findBluetoothDevices"></button> | 105 i18n-content="findBluetoothDevices"></button> |
| 91 <div id="bluetooth-scanning-icon" | 106 <div id="bluetooth-scanning-icon" |
| 92 class="inline-spinner transparent"></div> | 107 class="inline-spinner transparent"></div> |
| 93 <span id="bluetooth-scanning-label" class="transparent" | 108 <span id="bluetooth-scanning-label" class="transparent" |
| 94 i18n-content="bluetoothScanning"></span> | 109 i18n-content="bluetoothScanning"></span> |
| 95 </div> | 110 </div> |
| 96 </div> | 111 </div> |
| 97 </section> | 112 </section> |
| 98 <section> | 113 <section> |
| 99 <h3 i18n-content="language"></h3> | 114 <h3 i18n-content="language"></h3> |
| 100 <div class="option-control-table"> | 115 <div class="option-control-table"> |
| 101 <div class="option-name"> | 116 <div class="option-name"> |
| (...skipping 13 matching lines...) Expand all Loading... |
| 115 <div class="checkbox"> | 130 <div class="checkbox"> |
| 116 <label> | 131 <label> |
| 117 <input id="accesibility-check" type="checkbox"> | 132 <input id="accesibility-check" type="checkbox"> |
| 118 <span i18n-content="accessibility"></span> | 133 <span i18n-content="accessibility"></span> |
| 119 </label> | 134 </label> |
| 120 </div> | 135 </div> |
| 121 </div> | 136 </div> |
| 122 </div> | 137 </div> |
| 123 </section> | 138 </section> |
| 124 </div> | 139 </div> |
| 125 </div> | 140 </div> |
| OLD | NEW |