mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
Changed all QSL statuses to arrows
This commit is contained in:
parent
39a8e0e667
commit
99c2fceaed
1 changed files with 2 additions and 14 deletions
|
|
@ -45,20 +45,8 @@
|
|||
<td><?php echo $row->COL_COUNTRY; ?></td>
|
||||
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
|
||||
<td>
|
||||
<?php
|
||||
if($row->COL_QSL_RCVD == "Y" && $row->COL_QSL_SENT == "Y")
|
||||
{
|
||||
?>
|
||||
<img src="<?php echo base_url();?>images/icons/qslcard.png" alt="QSL Cards Both sent and received" title="QSL Cards Both sent and received" />
|
||||
<?php
|
||||
} elseif($row->COL_QSL_RCVD == "Y") {
|
||||
?>
|
||||
<img src="<?php echo base_url();?>images/icons/qslcard_in.png" alt="QSL Cards received" title="QSL Cards received" />
|
||||
<?php
|
||||
} elseif($row->COL_QSL_SENT == "Y") {
|
||||
?>
|
||||
<img src="<?php echo base_url();?>images/icons/qslcard_sent.png" alt="QSL Cards sent" title="QSL Cards sent" />
|
||||
<?php } ?>
|
||||
<span class="qsl-<?php echo ($row->COL_QSL_SENT=='Y')?'green':'red'?>">▲</span>
|
||||
<span class="qsl-<?php echo ($row->COL_QSL_RCVD=='Y')?'green':'red'?>">▲</span>
|
||||
</td>
|
||||
|
||||
<?php if ($this->session->userdata('user_eqsl_name')){ ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue