Arrow was pointing the wrong way
这个提交包含在:
父节点
105edbafdc
当前提交
71353f943f
共有 2 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -46,7 +46,7 @@
|
||||||
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
|
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
|
||||||
<td>
|
<td>
|
||||||
<span class="qsl-<?php echo ($row->COL_QSL_SENT=='Y')?'green':'red'?>">▲</span>
|
<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>
|
<span class="qsl-<?php echo ($row->COL_QSL_RCVD=='Y')?'green':'red'?>">▼</span>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<?php if ($this->session->userdata('user_eqsl_name')){ ?>
|
<?php if ($this->session->userdata('user_eqsl_name')){ ?>
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
|
<?php if(($this->config->item('use_auth')) && ($this->session->userdata('user_type') >= 2)) { ?>
|
||||||
<td class="qsl">
|
<td class="qsl">
|
||||||
<span class="qsl-<?php echo ($row->COL_QSL_SENT=='Y')?'green':'red'?>">▲</span>
|
<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>
|
<span class="qsl-<?php echo ($row->COL_QSL_RCVD=='Y')?'green':'red'?>">▼</span>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<?php if ($this->session->userdata('user_eqsl_name') != ""){ ?>
|
<?php if ($this->session->userdata('user_eqsl_name') != ""){ ?>
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用