kopia lustrzana https://github.com/magicbug/Cloudlog
[Search] Make sure Country name capitalistion is consistant
rodzic
048a86a581
commit
752d73b7a2
|
@ -42,7 +42,7 @@
|
|||
<?php } else { ?>
|
||||
<td><?php echo $row->COL_BAND; ?></td>
|
||||
<?php } ?>
|
||||
<td><?php echo $row->COL_COUNTRY; ?></td>
|
||||
<td><?php echo ucwords(strtolower(($row->COL_COUNTRY))); ?></td>
|
||||
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
|
||||
<td>
|
||||
<span class="qsl-<?php echo ($row->COL_QSL_SENT=='Y')?'green':'red'?>">▲</span>
|
||||
|
|
Ładowanie…
Reference in New Issue