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

Side by Side Diff: chrome/browser/resources/options2/chromeos/keyboard_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="keyboard-overlay" class="page" hidden> 1 <div id="keyboard-overlay" class="page" hidden>
2 <h1 i18n-content="keyboardOverlayTitle"></h1>
2 <div class="content-area"> 3 <div class="content-area">
3 <table class="option-control-table"> 4 <table class="option-control-table">
4 <tr> 5 <tr>
5 <td class="option-name" i18n-content="xkbRemapSearchKeyToContent"></td> 6 <td class="option-name" i18n-content="xkbRemapSearchKeyToContent"></td>
6 <td class="option-value"> 7 <td class="option-value">
7 <select id="xkb-remap-search-key-to" class="control" 8 <select id="xkb-remap-search-key-to" class="control"
8 data-type="number" i18n-options="xkbRemapSearchKeyToValue" 9 data-type="number" i18n-options="xkbRemapSearchKeyToValue"
9 pref="settings.language.xkb_remap_search_key_to"></select> 10 pref="settings.language.xkb_remap_search_key_to"></select>
10 </td> 11 </td>
11 </tr> 12 </tr>
(...skipping 16 matching lines...) Expand all
28 </tr> 29 </tr>
29 </table> 30 </table>
30 </div> 31 </div>
31 <div class="action-area"> 32 <div class="action-area">
32 <div class="button-strip"> 33 <div class="button-strip">
33 <button id="keyboard-overlay-dismiss-button" 34 <button id="keyboard-overlay-dismiss-button"
34 i18n-content="close"></button> 35 i18n-content="close"></button>
35 </div> 36 </div>
36 </div> 37 </div>
37 </div> 38 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options2/browser_options.js ('k') | chrome/browser/resources/options2/chromeos/pointer_overlay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698