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

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

Issue 11418256: Add the link to "languages and input settings" into Keyboard settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix fypo Created 8 years 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="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>
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 <span class="controlled-setting-indicator" 70 <span class="controlled-setting-indicator"
71 for="search-acts-as-function-key"> 71 for="search-acts-as-function-key">
72 </span> 72 </span>
73 </span> 73 </span>
74 </span> 74 </span>
75 </div> 75 </div>
76 </td> 76 </td>
77 </tr> 77 </tr>
78 </table> 78 </table>
79 </div> 79 </div>
80 <div class="content-area">
81 <button id="languages-and-input-settings" class="link-button"
82 i18n-content="changeLanguageAndInputSettings"></button>
83 </div>
80 <div class="action-area"> 84 <div class="action-area">
81 <div class="button-strip"> 85 <div class="button-strip">
82 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button> 86 <button id="keyboard-cancel" type="reset" i18n-content="cancel"></button>
83 <button id="keyboard-confirm" type="submit" i18n-content="ok"></button> 87 <button id="keyboard-confirm" type="submit" i18n-content="ok"></button>
84 </div> 88 </div>
85 </div> 89 </div>
86 </div> 90 </div>
OLDNEW
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | chrome/browser/resources/options/chromeos/keyboard_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698