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

Side by Side Diff: chrome/browser/resources/options/chromeos_language_hangul_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="languageHangulPage"> 1 <div class="page hidden" id="languageHangulPage">
2 <h1 i18n-content="languageHangulPage"></h1> 2 <h1 i18n-content="languageHangulPage"></h1>
3 <section> 3 <section>
4 <div class="option"> 4 <div class="option">
5 <table class="option-control-table"> 5 <table class="option-control-table">
6 <tr> 6 <tr>
7 <td class="option-name" i18n-content="hangul_keyboard_layout"></td> 7 <td class="option-name" i18n-content="hangul_keyboard_layout"></td>
8 <td class="option-value"> 8 <td class="option-value">
9 <select id="keyboard-layout-select" class="control" 9 <select id="keyboard-layout-select" class="control"
10 pref="settings.language.hangul_keyboard" 10 pref="settings.language.hangul_keyboard"
11 data-values="HangulkeyboardLayoutList"></select> 11 i18n-options="HangulkeyboardLayoutList"></select>
12 </td> 12 </td>
13 </tr> 13 </tr>
14 </table> 14 </table>
15 </div> 15 </div>
16 </section> 16 </section>
17 </div> 17 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698