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

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

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 class="page hidden" id="languageChewingPage"> 1 <div class="page" id="languageChewingPage" hidden>
2 <h1 i18n-content="languageChewingPage"></h1> 2 <h1 i18n-content="languageChewingPage"></h1>
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" 9 <input id="chewing-auto-shift-cur" type="checkbox"
10 pref="settings.language.chewing_auto_shift_cur" type="checkbo x"> 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>
13 </div> 13 </div>
14 </td> 14 </td>
15 </tr> 15 </tr>
16 <tr> 16 <tr>
17 <td class="option-name" colspan="2"> 17 <td class="option-name" colspan="2">
18 <div class="checkbox"> 18 <div class="checkbox">
19 <label> 19 <label>
20 <input id="chewing-add-phrase-direction" 20 <input id="chewing-add-phrase-direction"
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 <td class="option-value"> 144 <td class="option-value">
145 <select id="chewing-sel-key-type" class="control" 145 <select id="chewing-sel-key-type" class="control"
146 pref="settings.language.chewing_hsu_sel_key_type" 146 pref="settings.language.chewing_hsu_sel_key_type"
147 dataType="number" 147 dataType="number"
148 i18n-options="Chewing_hsuSelKeyTypeValue"></select> 148 i18n-options="Chewing_hsuSelKeyTypeValue"></select>
149 </td> 149 </td>
150 </tr> 150 </tr>
151 </table> 151 </table>
152 </section> 152 </section>
153 </div> 153 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698