Chromium Code Reviews| Index: chrome/browser/resources/options/hotword_confirm_overlay.html |
| diff --git a/chrome/browser/resources/options/hotword_confirm_overlay.html b/chrome/browser/resources/options/hotword_confirm_overlay.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..65ae780637efd67b59c4c3d34b1582a8c69f2192 |
| --- /dev/null |
| +++ b/chrome/browser/resources/options/hotword_confirm_overlay.html |
| @@ -0,0 +1,19 @@ |
| +<div id="hotword-confirm-overlay" class="page" hidden> |
| + <div class="close-button"></div> |
| + <h1 i18n-content="hotwordConfirmOverlay"></h1> |
| + <div class="content-area"> |
| + <span id="hotword-confirm-text" i18n-content="hotwordConfirmMessage"> |
| + </span> |
| + <a id="hotword-confirm-learn-more" target="_blank" i18n-content="learnMore" |
| + i18n-values="href:hotwordLearnMoreURL"></a> |
|
James Hawkins
2014/01/29 19:06:16
nit: Closing tag must be on a new line since the f
rpetterson
2014/01/29 22:31:59
Done.
|
| + </div> |
| + <div class="action-area"> |
| + <div class="button-strip"> |
| + <button id="hotword-confirm-cancel" i18n-content="hotwordConfirmDisable" |
| + class="cancel-button"></button> |
|
James Hawkins
2014/01/29 19:06:16
Same here.
rpetterson
2014/01/29 22:31:59
Done.
|
| + <button id="hotword-confirm-ok" class="default-button" |
| + i18n-content="hotwordConfirmEnable"> |
| + </button> |
| + </div> |
| + </div> |
| +</div> |