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:
authorPressy <lwt-pressy@users.noreply.github.com>2017-10-25 00:14:08 +0300
committerGitHub <noreply@github.com>2017-10-25 00:14:08 +0300
commitd724114dea634426f572c89b7fb19a9d77e16de5 (patch)
treeb93897edd395d979116ee1d6503ba83f3e78781f /dmarcts-report-viewer-config.php.sample
parentacbf28e3e32b3ee39ec4e42817ffcaa2659f3f2b (diff)
add css for optionblock, make basic styling and option for local css file
I added a few class tags to the code and harmonised the optionblock with basic styling. Now also the current active setting ist allways first and the buttons for changing is behind. Additionally I added an option for users to use a custom cssfile per config.
Diffstat (limited to 'dmarcts-report-viewer-config.php.sample')
-rw-r--r--dmarcts-report-viewer-config.php.sample6
1 files changed, 4 insertions, 2 deletions
diff --git a/dmarcts-report-viewer-config.php.sample b/dmarcts-report-viewer-config.php.sample
index 842084d..358ce1c 100644
--- a/dmarcts-report-viewer-config.php.sample
+++ b/dmarcts-report-viewer-config.php.sample
@@ -10,7 +10,9 @@ $dbuser="dmarc";
$dbpass="xxx";
$dbport="3306";
-$default_lookup = 1; # 1= on 0=off (on is old behaviour )
-$default_sort = 1; # 1= ASCdening 0=DESCending (ASCending is default behaviour )
+$cssfile="default.css";
+
+$default_lookup = 1; # 1=on 0=off (on is old behaviour )
+$default_sort = 1; # 1=ASCdening 0=DESCending (ASCending is default behaviour )
?>