fix css class

This commit is contained in:
HB9HIL
2024-09-13 18:45:32 +00:00
parent ee8f1a3ccf
commit c788bbfa93
2 changed files with 2 additions and 2 deletions

View File

@@ -378,7 +378,7 @@ class Stationsetup extends CI_Controller {
private function stationcountry2html($station_country, $dxcc_end) {
$returntext = $station_country == '' ? '- ' . __("NONE") . ' -' : $station_country;
if ($dxcc_end != NULL) {
$returntext .= ' <span class="badge badge-danger">'.__("Deleted DXCC").'</span>';
$returntext .= ' <span class="badge bg-danger">'.__("Deleted DXCC").'</span>';
}
return $returntext;

View File

@@ -147,7 +147,7 @@
<?php echo $row->station_profile_name;?><br>
</td>
<td><?php echo $row->station_callsign;?></td>
<td><?php echo $row->station_country == '' ? '- NONE -' : $row->station_country; if ($row->dxcc_end != NULL) { echo ' <span class="badge badge-danger">'.__("Deleted DXCC").'</span>'; } ?></td>
<td><?php echo $row->station_country == '' ? '- NONE -' : $row->station_country; if ($row->dxcc_end != NULL) { echo ' <span class="badge bg-danger">'.__("Deleted DXCC").'</span>'; } ?></td>
<td><?php echo $row->station_gridsquare;?></td>
<td>
<?php if($row->station_active != 1) { ?>