Cleaned up the radio interface delete button
这个提交包含在:
父节点
c676a35b21
当前提交
8635724568
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
$phpdate = strtotime($row->timestamp);
|
||||
echo "<td>".date('H:i:s d-m-y', $phpdate)."</td>" ;
|
||||
echo "<td><a href=\"".site_url('radio/delete')."/".$row->id."\" ><img src=\"".base_url()."/images/delete.png\" width=\"16\" height=\"16\" alt=\"Delete\" /></a></td>" ;
|
||||
echo "<td><a href=\"".site_url('radio/delete')."/".$row->id."\" class=\"btn btn-danger\"> <i class=\"fas fa-trash-alt\"></i> Delete</a></td>" ;
|
||||
echo "</tr>";
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
正在加载…
在新工单中引用