Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <div id="hotword-confirm-overlay" class="page" hidden> | |
| 2 <div class="close-button"></div> | |
| 3 <h1 i18n-content="hotwordConfirmOverlay"></h1> | |
| 4 <div class="content-area"> | |
| 5 <span id="hotword-confirm-text" i18n-content="hotwordConfirmMessage"> | |
| 6 </span> | |
| 7 <a id="hotword-confirm-learn-more" target="_blank" i18n-content="learnMore" | |
| 8 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.
| |
| 9 </div> | |
| 10 <div class="action-area"> | |
| 11 <div class="button-strip"> | |
| 12 <button id="hotword-confirm-cancel" i18n-content="hotwordConfirmDisable" | |
| 13 class="cancel-button"></button> | |
|
James Hawkins
2014/01/29 19:06:16
Same here.
rpetterson
2014/01/29 22:31:59
Done.
| |
| 14 <button id="hotword-confirm-ok" class="default-button" | |
| 15 i18n-content="hotwordConfirmEnable"> | |
| 16 </button> | |
| 17 </div> | |
| 18 </div> | |
| 19 </div> | |
| OLD | NEW |