[Search] Show Station Profile to all users when displaying search results
这个提交包含在:
父节点
b5ed97869f
当前提交
fb679a6117
共有 3 个文件被更改,包括 8 次插入 和 8 次删除
|
|
@ -1,5 +1,4 @@
|
||||||
|
<div class="table-responsive">
|
||||||
<div class="table-responsive">
|
|
||||||
<table class="table table-striped table-hover">
|
<table class="table table-striped table-hover">
|
||||||
<tr class="titles">
|
<tr class="titles">
|
||||||
<td>Date</td>
|
<td>Date</td>
|
||||||
|
|
|
||||||
|
|
@ -114,13 +114,11 @@
|
||||||
</td>
|
</td>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if($this->config->item('callsign_tags') == true) { ?>
|
|
||||||
<?php if(isset($row->station_callsign)) { ?>
|
<?php if(isset($row->station_callsign)) { ?>
|
||||||
<td>
|
<td>
|
||||||
<span class="badge badge-light"><?php echo $row->station_callsign; ?></span>
|
<span class="badge badge-light"><?php echo $row->station_callsign; ?></span>
|
||||||
</td>
|
</td>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php } ?>
|
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,9 @@
|
||||||
<?php if($this->session->userdata('user_lotw_name') != "") { ?>
|
<?php if($this->session->userdata('user_lotw_name') != "") { ?>
|
||||||
<td>LoTW</td>
|
<td>LoTW</td>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
<?php } ?>
|
||||||
<td><?php echo $this->lang->line('gen_hamradio_station'); ?></td>
|
<td><?php echo $this->lang->line('gen_hamradio_station'); ?></td>
|
||||||
|
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
|
||||||
<td></td>
|
<td></td>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -113,15 +115,16 @@
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</td>
|
</td>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if($this->config->item('callsign_tags') == true) { ?>
|
<?php } ?>
|
||||||
|
|
||||||
<?php if(isset($row->station_callsign)) { ?>
|
<?php if(isset($row->station_callsign)) { ?>
|
||||||
<td>
|
<td>
|
||||||
<span class="badge badge-light"><?php echo $row->station_callsign; ?></span>
|
<span class="badge badge-light"><?php echo $row->station_callsign; ?></span>
|
||||||
</td>
|
</td>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php } ?>
|
|
||||||
|
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
|
||||||
<td>
|
<td>
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用