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

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

Issue 3067006: Add Mozc (Japanese IME) configuration DOM UI skeleton. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Add options.html (comment only). Created 10 years, 5 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
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <div class="page hidden" id="languageMozcPage">
2 <h1 i18n-content="languageMozcPage"></h1>
3 <section>
4 <table class="option-control-table">
5 <tr>
6 <td class="option-name" colspan="2"><label><input
7 id="mozc-incognito-mode"
8 pref="settings.language.mozc_incognito_mode"
9 type="checkbox">
10 <span i18n-content="incognito_modeContent"></span></label>
11 </td>
12 </tr>
13 <tr>
14 <td class="option-name" colspan="2"><label><input
15 id="mozc-use-auto-ime-turn-off"
16 pref="settings.language.mozc_use_auto_ime_turn_off"
17 type="checkbox">
18 <span i18n-content="use_auto_ime_turn_offContent"></span></label>
19 </td>
20 </tr>
21 <tr>
22 <td class="option-name" colspan="2"><label><input
23 id="mozc-use-date-conversion"
24 pref="settings.language.mozc_use_date_conversion"
25 type="checkbox">
26 <span i18n-content="use_date_conversionContent"></span></label>
27 </td>
28 </tr>
29 <tr>
30 <td class="option-name" colspan="2"><label><input
31 id="mozc-use-single-kanji-conversion"
32 pref="settings.language.mozc_use_single_kanji_conversion"
33 type="checkbox">
34 <span i18n-content="use_single_kanji_conversionContent"></span></labe l>
35 </td>
36 </tr>
37 <tr>
38 <td class="option-name" colspan="2"><label><input
39 id="mozc-use-symbol-conversion"
40 pref="settings.language.mozc_use_symbol_conversion"
41 type="checkbox">
42 <span i18n-content="use_symbol_conversionContent"></span></label>
43 </td>
44 </tr>
45 <tr>
46 <td class="option-name" colspan="2"><label><input
47 id="mozc-use-number-conversion"
48 pref="settings.language.mozc_use_number_conversion"
49 type="checkbox">
50 <span i18n-content="use_number_conversionContent"></span></label>
51 </td>
52 </tr>
53 <tr>
54 <td class="option-name" colspan="2"><label><input
55 id="mozc-use-history-suggest"
56 pref="settings.language.mozc_use_history_suggest"
57 type="checkbox">
58 <span i18n-content="use_history_suggestContent"></span></label>
59 </td>
60 </tr>
61 <tr>
62 <td class="option-name" colspan="2"><label><input
63 id="mozc-use-dictionary-suggest"
64 pref="settings.language.mozc_use_dictionary_suggest"
65 type="checkbox">
66 <span i18n-content="use_dictionary_suggestContent"></span></label>
67 </td>
68 </tr>
69 </table>
70 </section>
71 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698