From 14b621c8358ef84a2d162e79affdfdd752dd9d9e Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Wed, 2 Oct 2019 22:18:44 +0200 Subject: [PATCH] mark requested paper qsls (send and receive) with yellow maker --- application/views/view_log/partial/log.php | 26 ++++++++++++++++++++-- assets/css/general.css | 6 ++++- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/application/views/view_log/partial/log.php b/application/views/view_log/partial/log.php index ed02393a..89e98c26 100644 --- a/application/views/view_log/partial/log.php +++ b/application/views/view_log/partial/log.php @@ -42,8 +42,30 @@ COL_COUNTRY; ?> config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?> - - + ">▲ + ">▼ session->userdata('user_eqsl_name') != ""){ ?> diff --git a/assets/css/general.css b/assets/css/general.css index 537d202a..40ad8bc8 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -122,6 +122,10 @@ TD.eqsl{ color: #F00; font-size: 1.1em; } +.qsl-yellow{ + color: #d39e00; + font-size: 1.1em; +} TD.lotw{ width: 33px; } @@ -165,4 +169,4 @@ TD.lotw{ #nav-bar-search-input:focus { text-transform: uppercase; -} \ No newline at end of file +}