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

Side by Side Diff: chrome/browser/resources/options/chromeos/language_pinyin_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="languagePinyinPage"> 1 <div class="page" id="languagePinyinPage" hidden>
2 <h1 i18n-content="languagePinyinPage"></h1> 2 <h1 i18n-content="languagePinyinPage"></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 <labl> 8 <labl>
9 <input id="pinyin-correct-pinyin" 9 <input id="pinyin-correct-pinyin"
10 pref="settings.language.pinyin_correct_pinyin" 10 pref="settings.language.pinyin_correct_pinyin"
11 type="checkbox"> 11 type="checkbox">
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 <td class="option-value"> 139 <td class="option-value">
140 <select id="pinyin-double-pinyin-schema" class="control" 140 <select id="pinyin-double-pinyin-schema" class="control"
141 pref="settings.language.pinyin_double_pinyin_schema" 141 pref="settings.language.pinyin_double_pinyin_schema"
142 dataType="string" 142 dataType="string"
143 i18n-options="PinyinDoublePinyinSchemaValue"></select> 143 i18n-options="PinyinDoublePinyinSchemaValue"></select>
144 </td> 144 </td>
145 </tr> 145 </tr>
146 </table> 146 </table>
147 </section> 147 </section>
148 </div> 148 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698