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

Unified Diff: issue-reporter.html

Issue 29727613: Issue 6386 - Add Requests and Filters data to the Report data
Patch Set: Created April 6, 2018, 5:01 p.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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: issue-reporter.html
===================================================================
--- a/issue-reporter.html
+++ b/issue-reporter.html
@@ -24,16 +24,23 @@
<script src="ext/content.js"></script>
<script src="issue-reporter.js"></script>
<script src="i18n.js"></script>
<link rel="stylesheet" type="text/css" href="skin/fonts.css">
<link rel="stylesheet" type="text/css" href="skin/issue-reporter.css">
<title class="i18n_issueReporter_page_title"></title>
</head>
<body>
+ <!-- Notification -->
+ <div id="notification">
+ <span id="notification-text" class="i18n_issueReporter_data_gathering_tab"></span>
+ <button class="icon close tertiary" id="hide-notification">
+ <span class="i18n_issueReporter_notification_hide sr-only"></span>
+ </button>
+ </div>
<header>
<img id="logo" alt="Adblock Plus logo" src="skin/abp-logo.svg">
<div class="title">
<h1>
Adblock <strong>Plus</strong>
</h1>
<p class="i18n_issueReporter_page_title"></p>
</div>
@@ -76,17 +83,19 @@
<div id="anonymousSubmissionWarning" data-invisible="true" class="i18n_issueReporter_anonymousSubmission_warning"></div>
</div>
<p class="i18n_issueReporter_comment_description"></p>
<label for="comment" class="i18n_issueReporter_comment_label"></label>
<textarea id="comment"></textarea>
<p id="commentLengthWarning" data-invisible="true" class="i18n_issueReporter_comment_lengthWarning"></p>
- <a href="#" id="showData" class="i18n_issueReporter_showData_label"></a>
+ <p>
+ <button id="showData" class="i18n_issueReporter_showData_label link" disabled></button>
+ </p>
</div>
<div class="page" id="sendPage" hidden>
<h1 class="i18n_issueReporter_sendPage_heading"></h1>
<p id="sendReportMessage" class="i18n_issueReporter_sending"></p>
<div id="sendingProgressContainer">
@@ -105,11 +114,12 @@
</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>
+ <button id="send" class="i18n_issueReporter_sendButton_label primary" disabled></button>
</footer>
</body>
</html>
« no previous file with comments | « no previous file | issue-reporter.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld