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

Side by Side Diff: chrome/browser/resources/options2/chromeos/pointer_overlay.html

Issue 9232010: [uber page] Migrate all elements in the 'System' (cros) page to new locations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: compile fix Created 8 years, 11 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 id="pointer-overlay" class="page" hidden> 1 <div id="pointer-overlay" class="page" hidden>
2 <h1 i18n-content="pointerOverlayTitle"></h1> 2 <h1 i18n-content="pointerOverlayTitle"></h1>
3 <div class="content-area"> 3 <div class="content-area">
4 <div i18n-content="pointerOverlaySectionTitleTouchpad"></div> 4 <div id="pointer-section-touchpad"
5 i18n-content="pointerOverlaySectionTitleTouchpad" hidden></div>
5 <div class="checkbox"> 6 <div class="checkbox">
6 <label> 7 <label>
7 <input type="checkbox" metric="Options_TouchpadTapToClick" 8 <input type="checkbox" metric="Options_TouchpadTapToClick"
8 pref="settings.touchpad.enable_tap_to_click" dialog-pref> 9 pref="settings.touchpad.enable_tap_to_click" dialog-pref>
9 <span i18n-content="enableTapToClick"></span> 10 <span i18n-content="enableTapToClick"></span>
10 </label> 11 </label>
11 </div> 12 </div>
12 <div id="pointer-section-mouse" 13 <div id="pointer-section-mouse"
13 i18n-content="pointerOverlaySectionTitleMouse"></div> 14 i18n-content="pointerOverlaySectionTitleMouse" hidden></div>
14 <div class="checkbox"> 15 <div class="checkbox">
15 <label> 16 <label>
16 <input type="checkbox" metric="Options_MousePrimaryRight" 17 <input type="checkbox" metric="Options_MousePrimaryRight"
17 pref="settings.mouse.primary_right" dialog-pref> 18 pref="settings.mouse.primary_right" dialog-pref>
18 <span i18n-content="primaryMouseRight"></span> 19 <span i18n-content="primaryMouseRight"></span>
19 </label> 20 </label>
20 </div> 21 </div>
21 </div> 22 </div>
22 <div class="action-area"> 23 <div class="action-area">
23 <div class="button-strip"> 24 <div class="button-strip">
24 <button id="pointer-overlay-cancel" type="reset" i18n-content="cancel"> 25 <button id="pointer-overlay-cancel" type="reset" i18n-content="cancel">
25 </button> 26 </button>
26 <button id="pointer-overlay-confirm" type="submit" i18n-content="ok"> 27 <button id="pointer-overlay-confirm" type="submit" i18n-content="ok">
27 </button> 28 </button>
28 </div> 29 </div>
29 </div> 30 </div>
30 </div> 31 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698