mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added striped class to previous qso table
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user