mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
@@ -259,7 +259,7 @@ class Stationsetup extends CI_Controller {
|
||||
$result = $this->logbooks_model->show_all()->result();
|
||||
foreach ($result as $entry) {
|
||||
$single=(Object)[];
|
||||
$single->logbook_id = $entry->logbook_id;
|
||||
$single->logbook_id = '<span class="badge bg-info">'.$entry->logbook_id.'</span>';
|
||||
$single->logbook_name = $this->lbname2html($entry->logbook_id, $entry->logbook_name);
|
||||
$single->logbook_state = $this->lbstate2html($entry->logbook_id);
|
||||
$single->logbook_edit = $this->lbedit2html($entry->logbook_id);
|
||||
|
||||
Reference in New Issue
Block a user