Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: chrome/browser/resources/options/chromeos_system_options.html

Issue 2830036: Advanced (Under the Hood) options panel code review (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div class="page hidden" id="systemPage"> 1 <div class="page hidden" id="systemPage">
2 <div class="section"> 2 <h1 i18n-content="systemPage"></h1>
3 <div class="section-title" i18n-content="touchpad"></div> 3 <section>
4 <h3 i18n-content="touchpad"></h3>
4 <table class="option-control-table"> 5 <table class="option-control-table">
5 <tr> 6 <tr>
6 <td class="option-name" i18n-content="sensitivity"></td> 7 <td class="option-name" i18n-content="sensitivity"></td>
7 <td class="option-value"> 8 <td class="option-value">
8 <input id="sensitivity-range" type="range" min="1" max="10" 9 <input id="sensitivity-range" type="range" min="1" max="10"
9 pref="settings.touchpad.sensitivity" class="touch-slider"> 10 pref="settings.touchpad.sensitivity" class="touch-slider">
10 </td> 11 </td>
11 </tr> 12 </tr>
12 <tr> 13 <tr>
13 <td class="option-name" i18n-content="speed_factor"></td> 14 <td class="option-name" i18n-content="speed_factor"></td>
14 <td class="option-value"> 15 <td class="option-value">
15 <input id="speed-range" type="range" min="1" max="10" 16 <input id="speed-range" type="range" min="1" max="10"
16 pref="settings.touchpad.speed_factor" class="touch-slider"> 17 pref="settings.touchpad.speed_factor" class="touch-slider">
17 </td> 18 </td>
18 </tr> 19 </tr>
19 <tr> 20 <tr>
20 <td class="option-name" colspan="2"><label><input 21 <td class="option-name" colspan="2"><label><input
21 id="tap-to-click-check" 22 id="tap-to-click-check"
22 pref="settings.touchpad.enable_tap_to_click" 23 pref="settings.touchpad.enable_tap_to_click"
23 type="checkbox"><span i18n-content="enable_tap_to_click"></span></ label></td> 24 type="checkbox"><span i18n-content="enable_tap_to_click"></span></ label></td>
24 </tr> 25 </tr>
25 <tr> 26 <tr>
26 <td class="option-name" colspan="2"><label><input 27 <td class="option-name" colspan="2"><label><input
27 id="vert-scroll-check" 28 id="vert-scroll-check"
28 pref="settings.touchpad.enable_vert_edge_scroll" 29 pref="settings.touchpad.enable_vert_edge_scroll"
29 type="checkbox"><span 30 type="checkbox"><span
30 i18n-content="enable_vert_edge_scroll"></span></label></td> 31 i18n-content="enable_vert_edge_scroll"></span></label></td>
31 </tr> 32 </tr>
32 </table> 33 </table>
33 </div> 34 </section>
34 <div class="section"> 35 <section>
35 <div class="section-title" i18n-content="language"></div> 36 <h3 i18n-content="language"></h3>
36 <table class="option-control-table"> 37 <table class="option-control-table">
37 <tr> 38 <tr>
38 <td class="option-name"><button id="language-button" 39 <td class="option-name"><button id="language-button"
39 i18n-content="language_customize"></button> 40 i18n-content="language_customize"></button>
40 </td> 41 </td>
41 </tr> 42 </tr>
42 </table> 43 </table>
43 </div> 44 </section>
44 <div class="section"> 45 <section>
45 <div class="section-title" i18n-content="accessibility_title"></div> 46 <h3 i18n-content="accessibility_title"></h3>
46 <table class="option-control-table"> 47 <table class="option-control-table">
47 <tr> 48 <tr>
48 <td class="option-name"><label><input id="accesibility-check" 49 <td class="option-name"><label><input id="accesibility-check"
49 pref="settings.accessibility" type="checkbox"><span 50 pref="settings.accessibility" type="checkbox"><span
50 i18n-content="accessibility"></span></label></td> 51 i18n-content="accessibility"></span></label></td>
51 </tr> 52 </tr>
52 </table> 53 </table>
53 </div> 54 </section>
54 </div> 55 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/browser_options.js ('k') | chrome/browser/resources/options/options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698