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

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

Issue 23665004: sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 <dialog id="keyboard-overlay" class="page">
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="remap-search-key-to" 8 <label class="option-name" for="remap-search-key-to"
9 i18n-content="remapSearchKeyToContent"> 9 i18n-content="remapSearchKeyToContent">
10 </label> 10 </label>
11 </td> 11 </td>
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 i18n-content="changeLanguageAndInputSettings"></button> 78 i18n-content="changeLanguageAndInputSettings"></button>
79 </div> 79 </div>
80 <div class="action-area"> 80 <div class="action-area">
81 <div class="button-strip"> 81 <div class="button-strip">
82 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button> 82 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button>
83 <button id="keyboard-confirm" class="default-button" type="submit" 83 <button id="keyboard-confirm" class="default-button" type="submit"
84 i18n-content="ok"> 84 i18n-content="ok">
85 </button> 85 </button>
86 </div> 86 </div>
87 </div> 87 </div>
88 </div> 88 </dialog>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698