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

Side by Side Diff: chrome/browser/resources/options/chromeos/keyboard_overlay.html

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="keyboardOverlayTitle"></h1> 3 <h1 i18n-content="keyboardOverlayTitle"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <table class="option-control-table"> 5 <table class="option-control-table">
6 <tr> 6 <tr>
7 <td> 7 <td>
8 <label class="option-name" for="xkb-remap-search-key-to" 8 <label class="option-name" for="xkb-remap-search-key-to"
9 i18n-content="xkbRemapSearchKeyToContent"> 9 i18n-content="xkbRemapSearchKeyToContent">
10 </label> 10 </label>
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 </tr> 43 </tr>
44 </table> 44 </table>
45 </div> 45 </div>
46 <div class="action-area"> 46 <div class="action-area">
47 <div class="button-strip"> 47 <div class="button-strip">
48 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button> 48 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button>
49 <button id="keyboard-confirm" type="submit" i18n-content="ok"></button> 49 <button id="keyboard-confirm" type="submit" i18n-content="ok"></button>
50 </div> 50 </div>
51 </div> 51 </div>
52 </div> 52 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698