Home | History | Annotate | Download | only in options
      1 <div id="spelling-confirm-overlay" class="page" hidden>
      2   <div class="close-button"></div>
      3   <h1 i18n-content="spellingConfirmOverlay"></h1>
      4   <div class="content-area">
      5     <span id="spelling-confirm-text" i18n-content="spellingConfirmMessage">
      6     </span>
      7     <a id="spelling-confirm-learn-more" target="_blank" i18n-content="learnMore"
      8         i18n-values="href:privacyLearnMoreURL"></a>
      9   </div>
     10   <div class="action-area">
     11     <div class="button-strip">
     12       <button id="spelling-confirm-cancel" i18n-content="spellingConfirmDisable"
     13           class="cancel-button"></button>
     14       <button id="spelling-confirm-ok" class="default-button"
     15           i18n-content="spellingConfirmEnable">
     16       </button>
     17     </div>
     18   </div>
     19 </div>
     20