[Logbook] make country names less shouty and uniformed

pull/657/head
Peter Goodhall 2020-10-12 15:32:21 +01:00
rodzic 6c9fdc12e3
commit 7d7156de6d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -51,7 +51,7 @@
<?php } else { ?>
<td><?php echo strtolower($row->COL_BAND); ?></td>
<?php } ?>
<td><?php echo $row->COL_COUNTRY; ?></td>
<td><?php echo ucwords(strtolower(($row->COL_COUNTRY))); ?></td>
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
<td class="qsl">
<span class="qsl-<?php