Make table a little more readable

pull/2505/head
phl0 2023-09-20 14:00:07 +02:00
rodzic ace99baecc
commit b3b8d1f613
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 48EA1E640798CA9A
1 zmienionych plików z 6 dodań i 4 usunięć

Wyświetl plik

@ -5,7 +5,8 @@
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Date / Time</th>
<th>Date</th>
<th>Time</th>
<th>Callsign</th>
<th>Satellite</th>
<th>Gridsquare(s)</th>
@ -32,8 +33,9 @@
<?php $timestamp = strtotime($rove['date']);
echo date($custom_date_format, $timestamp); ?>
- <?php echo $rove['start_time']; ?> - <?php echo $rove['end_time']; ?>
</td>
<td>
<?php echo $rove['start_time']." - ".$rove['end_time']; ?>
</td>
<td>
<?php