Appyly custom date format also to status badge
这个提交包含在:
父节点
398e43dbc4
当前提交
5decf0b353
共有 1 个文件被更改,包括 3 次插入 和 2 次删除
|
|
@ -86,8 +86,9 @@
|
|||
<span class="badge badge-success"><?php echo $this->lang->line('lotw_valid'); ?></span>
|
||||
<?php } ?>
|
||||
|
||||
<?php if ($row->last_upload) { ?>
|
||||
<span class="badge badge-success"><?php echo $row->last_upload; ?></span>
|
||||
<?php if ($row->last_upload) {
|
||||
$last_upload = date($this->config->item('qso_date_format').' H:i:s', strtotime( $row->last_upload )); ?>
|
||||
<span class="badge badge-success"><?php echo $last_upload; ?></span>
|
||||
<?php } else { ?>
|
||||
<span class="badge badge-warning"><?php echo $this->lang->line('lotw_not_synced'); ?></span>
|
||||
<?php } ?>
|
||||
|
|
|
|||
正在加载…
在新工单中引用