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

Side by Side Diff: chrome/browser/resources/options2/chromeos/language_chewing_options.html

Issue 9288016: [uber page] Split out part of headers CL to make review easier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing accidental CL leakage 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="languageChewingPage" class="page" hidden> 1 <div id="languageChewingPage" class="page" hidden>
2 <h1 i18n-content="languageChewingPage"></h1> 2 <header><h1 i18n-content="languageChewingPage"></h1></header>
3 <section> 3 <section>
4 <table class="option-control-table"> 4 <table class="option-control-table">
5 <tr> 5 <tr>
6 <td class="option-name" colspan="2"> 6 <td class="option-name" colspan="2">
7 <div class="checkbox"> 7 <div class="checkbox">
8 <label> 8 <label>
9 <input id="chewing-auto-shift-cur" type="checkbox" 9 <input id="chewing-auto-shift-cur" type="checkbox"
10 pref="settings.language.chewing_auto_shift_cur"> 10 pref="settings.language.chewing_auto_shift_cur">
11 <span i18n-content="Chewing_autoShiftCur"></span> 11 <span i18n-content="Chewing_autoShiftCur"></span>
12 </label> 12 </label>
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 <td class="option-name" i18n-content="Chewing_hsuSelKeyType"></td> 132 <td class="option-name" i18n-content="Chewing_hsuSelKeyType"></td>
133 <td class="option-value"> 133 <td class="option-value">
134 <select id="chewing-sel-key-type" class="control" data-type="number" 134 <select id="chewing-sel-key-type" class="control" data-type="number"
135 pref="settings.language.chewing_hsu_sel_key_type" 135 pref="settings.language.chewing_hsu_sel_key_type"
136 i18n-options="Chewing_hsuSelKeyTypeValue"></select> 136 i18n-options="Chewing_hsuSelKeyTypeValue"></select>
137 </td> 137 </td>
138 </tr> 138 </tr>
139 </table> 139 </table>
140 </section> 140 </section>
141 </div> 141 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698