blob: 6bda90d8807fc9067143b29d31c2c70db7e0f02e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<div class="page hidden" id="languageHangulPage">
<h1 i18n-content="languageHangulPage"></h1>
<section>
<div class="option">
<table class="option-control-table">
<tr>
<td class="option-name" i18n-content="hangul_keyboard_layout"></td>
<td class="option-value">
<select id="keyboard-layout-select" class="control"
pref="settings.language.hangul_keyboard"
dataType="string"
i18n-options="HangulkeyboardLayoutList"></select>
</td>
</tr>
</table>
</div>
</section>
</div>
|