kopia lustrzana https://github.com/magicbug/Cloudlog
Make table a little more readable
rodzic
ace99baecc
commit
b3b8d1f613
|
@ -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>
|
||||
|
@ -30,11 +31,12 @@
|
|||
?>
|
||||
|
||||
<?php $timestamp = strtotime($rove['date']);
|
||||
echo date($custom_date_format, $timestamp); ?>
|
||||
|
||||
- <?php echo $rove['start_time']; ?> - <?php echo $rove['end_time']; ?>
|
||||
echo date($custom_date_format, $timestamp); ?>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<?php echo $rove['start_time']." - ".$rove['end_time']; ?>
|
||||
</td>
|
||||
<td>
|
||||
<?php
|
||||
$CI = &get_instance();
|
||||
|
|
Ładowanie…
Reference in New Issue