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

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

Issue 6265010: DOMUI settings: move/rename the language options panel so that it can be use... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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
(Empty)
1 <link rel="stylesheet" href="chrome://resources/css/list.css">
2
3 <div class="page hidden" id="languagePage">
4 <h1 i18n-content="languagePage"></h1>
5 <div id="notification">
6 <span>&nbsp;</span>
7 <span class="link"><span class="link-color"></span></span>
8 </div>
9 <div class="language-options-header">
10 <div i18n-content="add_language_instructions"></div>
11 <div i18n-content="input_method_instructions"></div>
12 </div>
13 <div class="language-options">
14 <div class="language-options-left">
15 <h3 i18n-content="languages"></h3>
16 <list id="language-options-list"></list>
17 <div class="language-options-lower-left">
18 <button id="language-options-add-button"
19 i18n-content="add_button"></button>
20 <button id="language-options-remove-button"
21 i18n-content="remove_button"></button>
22 </div>
23 </div>
24 <div class="language-options-right">
25 <h3 id="language-options-language-name"></h3>
26 <div class="language-options-contents">
27 <button id="language-options-ui-language-button"></button>
28 </div>
29 <div class="language-options-contents">
30 <button id="language-options-spell-check-language-button"></button>
31 </div>
32 <div id="language-options-ui-notification-bar"
33 class="language-options-notification">
34 <div i18n-content="sign_out_required"></div>
35 <button id="language-options-ui-sign-out-button"
36 i18n-content="sign_out_button"></button>
37 </div>
38 <h3 i18n-content="input_method"></h3>
39 <div id="language-options-input-method-list"
40 class="language-options-contents">
41 </div>
42 </div>
43 </div>
44 <div class="language-options-footer">
45 <div i18n-content="switch_input_methods_hint"></div>
46 <div i18n-content="select_previous_input_method_hint"></div>
47 </div>
48 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698