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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | issue-reporter.js » ('j') | issue-reporter.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-present eyeo GmbH 4 - Copyright (C) 2006-present eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 <p id="sendReportMessage" class="i18n_issueReporter_sending"></p> 87 <p id="sendReportMessage" class="i18n_issueReporter_sending"></p>
88 88
89 <div id="sendingProgressContainer"> 89 <div id="sendingProgressContainer">
90 <progress id="sendingProgress"></progress> 90 <progress id="sendingProgress"></progress>
91 </div> 91 </div>
92 92
93 <p id="error" hidden></p> 93 <p id="error" hidden></p>
94 94
95 <iframe id="result" sandbox="allow-top-navigation-by-user-activation" hi dden></iframe> 95 <iframe id="result" sandbox="allow-top-navigation-by-user-activation" hi dden></iframe>
96 </div> 96 </div>
97
98 <div class="modal" id="showDataOverlay" hidden>
99 <div class="modalContent">
100 <textarea id="showDataValue" readonly></textarea>
101 <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.
102 </div>
103 </div>
97 </main> 104 </main>
98 105
99 <footer> 106 <footer>
100 <a id="privacyPolicy" target="_blank" class="i18n_issueReporter_privacyPol icy"></a> 107 <a id="privacyPolicy" target="_blank" class="i18n_issueReporter_privacyPol icy"></a>
101 <button id="cancel" class="i18n_cancel secondary"></button> 108 <button id="cancel" class="i18n_cancel secondary"></button>
102 <button id="continue" class="i18n_continue primary" disabled></button> 109 <button id="continue" class="i18n_continue primary" disabled></button>
103 </footer> 110 </footer>
104 </body> 111 </body>
105 </html> 112 </html>
OLDNEW
« no previous file with comments | « no previous file | issue-reporter.js » ('j') | issue-reporter.js » ('J')

Powered by Google App Engine
This is Rietveld