Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: issue-reporter.html

Issue 29587613: Issue 5917 - Improve display of report data in the issue reporter (Closed) Base URL: https://hg.adblockplus.org/adblockplusui/
Patch Set: Created Oct. 24, 2017, 11:55 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | issue-reporter.js » ('j') | issue-reporter.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | issue-reporter.js » ('j') | issue-reporter.js » ('J')

Powered by Google App Engine
This is Rietveld