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

Side by Side Diff: chrome/browser/resources/options/chromeos_language_pinyin_options.html

Issue 6150003: DOMUI: Implement the i18n-options attribute that allows the client to load (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit fix. Created 9 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 class="page hidden" id="languagePinyinPage"> 1 <div class="page hidden" id="languagePinyinPage">
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 <label class="checkbox"> 7 <label class="checkbox">
8 <input id="pinyin-correct-pinyin" 8 <input id="pinyin-correct-pinyin"
9 pref="settings.language.pinyin_correct_pinyin" 9 pref="settings.language.pinyin_correct_pinyin"
10 type="checkbox"> 10 type="checkbox">
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 type="checkbox"> 111 type="checkbox">
112 <span i18n-content="PinyinInitSimplifiedChinese"></span> 112 <span i18n-content="PinyinInitSimplifiedChinese"></span>
113 </label> 113 </label>
114 </td> 114 </td>
115 </tr> 115 </tr>
116 <tr> 116 <tr>
117 <td class="option-name" i18n-content="PinyinDoublePinyinSchema"></td> 117 <td class="option-name" i18n-content="PinyinDoublePinyinSchema"></td>
118 <td class="option-value"> 118 <td class="option-value">
119 <select id="pinyin-double-pinyin-schema" class="control" 119 <select id="pinyin-double-pinyin-schema" class="control"
120 pref="settings.language.pinyin_double_pinyin_schema" 120 pref="settings.language.pinyin_double_pinyin_schema"
121 data-values="PinyinDoublePinyinSchemaValue"></select> 121 i18n-options="PinyinDoublePinyinSchemaValue"></select>
122 </td> 122 </td>
123 </tr> 123 </tr>
124 </table> 124 </table>
125 </section> 125 </section>
126 </div> 126 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698