classes for simplefle view

pull/2707/head
HB9HIL 2023-11-14 20:19:57 +01:00
rodzic fdf7cd420f
commit a58499d04f
1 zmienionych plików z 2 dodań i 7 usunięć

Wyświetl plik

@ -39,7 +39,7 @@
<?php if ($this->session->flashdata('message')) { ?> <?php if ($this->session->flashdata('message')) { ?>
<!-- Display Message --> <!-- Display Message -->
<div class="alert-message error"> <div class="alert alert-danger">
<p><?php echo $this->session->flashdata('message'); ?></p> <p><?php echo $this->session->flashdata('message'); ?></p>
</div> </div>
<?php } ?> <?php } ?>
@ -51,9 +51,6 @@
</div> </div>
<div class="col-md-3 justify-content-end d-flex"> <div class="col-md-3 justify-content-end d-flex">
</div> </div>
</header> </header>
<div class="row mt-4"> <div class="row mt-4">
@ -123,7 +120,7 @@
</div> </div>
<div class="card-body"> <div class="card-body">
<div class="qsoList"> <div class="qsoList">
<table class="table table-condensed table-striped table-sm sfletable" id="qsoTable"> <table class="table table-striped table-bordered table-sm sfletable" id="qsoTable">
<thead> <thead>
<tr> <tr>
<th><?php echo lang('general_word_date'); ?></th> <th><?php echo lang('general_word_date'); ?></th>
@ -135,11 +132,9 @@
<th><?php echo lang('gen_hamradio_rstr'); ?></th> <th><?php echo lang('gen_hamradio_rstr'); ?></th>
<th><?php echo lang('gen_hamradio_operator'); ?></th> <th><?php echo lang('gen_hamradio_operator'); ?></th>
<th><?php echo lang('gen_hamradio_refs'); ?>*</th> <th><?php echo lang('gen_hamradio_refs'); ?>*</th>
</th>
</tr> </tr>
</thead> </thead>
<tbody id="qsoTableBody"> <tbody id="qsoTableBody">
</tbody> </tbody>
</table> </table>
</div> </div>