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

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

Issue 23665004: sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 id="language-dictionary-overlay-page" class="page" hidden> 1 <dialog id="language-dictionary-overlay-page" class="page">
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="languageDictionaryOverlayTitle"></h1> 3 <h1 i18n-content="languageDictionaryOverlayTitle"></h1>
4 <input id="language-dictionary-overlay-search-field" type="search" 4 <input id="language-dictionary-overlay-search-field" type="search"
5 i18n-values="placeholder:languageDictionaryOverlaySearchPlaceholder; 5 i18n-values="placeholder:languageDictionaryOverlaySearchPlaceholder;
6 aria-label:languageDictionaryOverlaySearchPlaceholder" 6 aria-label:languageDictionaryOverlaySearchPlaceholder"
7 incremental> 7 incremental>
8 <div class="content-area"> 8 <div class="content-area">
9 <div class="settings-list"> 9 <div class="settings-list">
10 <p id="language-dictionary-overlay-no-matches" 10 <p id="language-dictionary-overlay-no-matches"
11 i18n-content="languageDictionaryOverlayNoMatches" hidden></p> 11 i18n-content="languageDictionaryOverlayNoMatches" hidden></p>
12 <list id="language-dictionary-overlay-word-list"></list> 12 <list id="language-dictionary-overlay-word-list"></list>
13 </div> 13 </div>
14 </div> 14 </div>
15 <div class="action-area button-strip"> 15 <div class="action-area button-strip">
16 <button id="language-dictionary-overlay-done-button" class="default-button" 16 <button id="language-dictionary-overlay-done-button" class="default-button"
17 i18n-content="done"> 17 i18n-content="done">
18 </button> 18 </button>
19 </div> 19 </div>
20 </div> 20 </dialog>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698