Added striped class to previous qso table

This commit is contained in:
Andreas Kristiansen
2024-05-09 13:15:10 +02:00
parent 2ac1d449d8
commit c30a550916
3 changed files with 13 additions and 7 deletions

View File

@@ -656,7 +656,7 @@ class Logbook extends CI_Controller {
if (!empty($logbooks_locations_array) && $query->num_rows() > 0)
{
$html .= "<div class=\"table-responsive\">";
$html .= "<table class=\"table\">";
$html .= "<table class=\"table table-striped\">";
$html .= "<tr>";
$html .= "<th>Date</th>";
$html .= "<th>Callsign</th>";