summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options/language_dictionary_overlay.html
blob: 34b64055c2ebb430c3038d549aae11a240184bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<div id="language-dictionary-overlay-page" class="page" hidden>
  <div class="close-button"></div>
  <h1 i18n-content="languageDictionaryOverlayTitle"></h1>
  <input id="language-dictionary-overlay-search-field" type="search"
      i18n-values="placeholder:languageDictionaryOverlaySearchPlaceholder;
                   aria-label:languageDictionaryOverlaySearchPlaceholder"
      incremental>
  <div class="content-area">
    <div class="settings-list">
      <p id="language-dictionary-overlay-no-matches"
          i18n-content="languageDictionaryOverlayNoMatches" hidden></p>
      <list id="language-dictionary-overlay-word-list"></list>
    </div>
  </div>
  <div class="action-area button-strip">
    <button id="language-dictionary-overlay-done-button" class="default-button"
        i18n-content="done">
    </button>
  </div>
</div>