Add theme for color impaired hams (based on default) (#2497)

This commit is contained in:
Florian (DF2ET)
2025-11-16 13:58:58 +01:00
committed by GitHub
parent c401fa437a
commit c2f98f18fb
71 changed files with 12676 additions and 277 deletions

View File

@@ -23,7 +23,7 @@ class Itu extends CI_Model{
if ($postdata['worked'] != NULL) {
$ituBand = $this->getituWorked($location_list, $band, $postdata);
foreach ($ituBand as $line) {
$banditu[$line->col_ituz][$band] = '<div class="bg-danger awardsBgDanger"><a href=\'javascript:displayContacts("' . str_replace("&", "%26", $line->col_ituz) . '","' . $band . '","All", "All","'. $postdata['mode'] . '","ITU","")\'>W</a></div>';
$banditu[$line->col_ituz][$band] = '<div class="bg-danger awardsBgWarning"><a href=\'javascript:displayContacts("' . str_replace("&", "%26", $line->col_ituz) . '","' . $band . '","All", "All","'. $postdata['mode'] . '","ITU","")\'>W</a></div>';
$ituZ[$line->col_ituz]['count']++;
}
}