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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/options/chromeos_language_options.html
===================================================================
--- chrome/browser/resources/options/chromeos_language_options.html (revision 71729)
+++ chrome/browser/resources/options/chromeos_language_options.html (working copy)
@@ -1,48 +0,0 @@
-<link rel="stylesheet" href="chrome://resources/css/list.css">
-
-<div class="page hidden" id="languagePage">
- <h1 i18n-content="languagePage"></h1>
- <div id="notification">
- <span>&nbsp;</span>
- <span class="link"><span class="link-color"></span></span>
- </div>
- <div class="language-options-header">
- <div i18n-content="add_language_instructions"></div>
- <div i18n-content="input_method_instructions"></div>
- </div>
- <div class="language-options">
- <div class="language-options-left">
- <h3 i18n-content="languages"></h3>
- <list id="language-options-list"></list>
- <div class="language-options-lower-left">
- <button id="language-options-add-button"
- i18n-content="add_button"></button>
- <button id="language-options-remove-button"
- i18n-content="remove_button"></button>
- </div>
- </div>
- <div class="language-options-right">
- <h3 id="language-options-language-name"></h3>
- <div class="language-options-contents">
- <button id="language-options-ui-language-button"></button>
- </div>
- <div class="language-options-contents">
- <button id="language-options-spell-check-language-button"></button>
- </div>
- <div id="language-options-ui-notification-bar"
- class="language-options-notification">
- <div i18n-content="sign_out_required"></div>
- <button id="language-options-ui-sign-out-button"
- i18n-content="sign_out_button"></button>
- </div>
- <h3 i18n-content="input_method"></h3>
- <div id="language-options-input-method-list"
- class="language-options-contents">
- </div>
- </div>
- </div>
- <div class="language-options-footer">
- <div i18n-content="switch_input_methods_hint"></div>
- <div i18n-content="select_previous_input_method_hint"></div>
- </div>
-</div>

Powered by Google App Engine
This is Rietveld 408576698