| Index: issue-reporter.html |
| =================================================================== |
| --- a/issue-reporter.html |
| +++ b/issue-reporter.html |
| @@ -89,16 +89,23 @@ |
| <div id="sendingProgressContainer"> |
| <progress id="sendingProgress"></progress> |
| </div> |
| <p id="error" hidden></p> |
| <iframe id="result" sandbox="allow-top-navigation-by-user-activation" hidden></iframe> |
| </div> |
| + |
| + <div class="modal" id="showDataOverlay" hidden> |
| + <div class="modalContent"> |
| + <textarea id="showDataValue" readonly></textarea> |
| + <button id="showDataClose" class="i18n_cancel primary"></button> |
|
Wladimir Palant
2017/10/24 11:58:29
It would be better for this button to say "Close"
kzar
2017/10/24 13:39:57
Acknowledged.
|
| + </div> |
| + </div> |
| </main> |
| <footer> |
| <a id="privacyPolicy" target="_blank" class="i18n_issueReporter_privacyPolicy"></a> |
| <button id="cancel" class="i18n_cancel secondary"></button> |
| <button id="continue" class="i18n_continue primary" disabled></button> |
| </footer> |
| </body> |