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

Side by Side Diff: chrome/browser/resources/options/chromeos/language_chewing_options.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="languageChewingPage" class="page" hidden> 1 <div id="languageChewingPage" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="languageChewingPage"></h1> 3 <h1 i18n-content="languageChewingPage"></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 class="option-name" colspan="2"> 7 <td class="option-name" colspan="2">
8 <div class="checkbox"> 8 <div class="checkbox">
9 <label> 9 <label>
10 <input id="chewing-auto-shift-cur" type="checkbox" 10 <input id="chewing-auto-shift-cur" type="checkbox"
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 </td> 138 </td>
139 </tr> 139 </tr>
140 </table> 140 </table>
141 </div> 141 </div>
142 <div class="action-area"> 142 <div class="action-area">
143 <div class="button-strip"> 143 <div class="button-strip">
144 <button id="chewing-confirm" i18n-content="ok"></button> 144 <button id="chewing-confirm" i18n-content="ok"></button>
145 </div> 145 </div>
146 </div> 146 </div>
147 </div> 147 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698