Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnew-gh <github@hazelden.ca>2021-05-04 03:38:16 +0300
committerjnew-gh <github@hazelden.ca>2021-05-04 03:38:16 +0300
commit13fce89d5a41c994a1f9a7fd4aaaf8152642bf8a (patch)
treed2e9455449cdeb4712c7591efe6272059dc8f547
parentc8f13d82becfae3f9a554ddec46ce4a9bacde74d (diff)
Make Report Data warning more visible
If the "Show Only Matching Report Data records" option is chosen, make a more visible warning that some Report Data records may not be shown. Also change the wording of the warning.
-rw-r--r--dmarcts-report-viewer-report-data.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmarcts-report-viewer-report-data.php b/dmarcts-report-viewer-report-data.php
index 9bc6b6e..7edfcd3 100644
--- a/dmarcts-report-viewer-report-data.php
+++ b/dmarcts-report-viewer-report-data.php
@@ -75,7 +75,7 @@ function tmpl_reportData($reportnumber, $reports, $host_lookup = 1) {
$reportdata[] = "<div id='report_data_table_div' style='overflow-y:auto;'>";
if ( $cookie_options['dmarc_results_matching_only'] ) {
- $reportdata[] = "\"Show Only Matching Report Data records\" option is \"On\".<br>Report records may not be all displayed.";
+ $reportdata[] = "\"Show Only Matching Report Data records\" option is \"On\".<br><span style='color: var(--red);'>Some report records may not be displayed.</span>";
}
$reportdata[] = "<table id='report_data_table' class='reportdata'>";
$reportdata[] = " <thead>";