mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 08:29:06 +00:00
Fix history.php labels
This commit is contained in:
parent
dc6fe732b4
commit
a4b1d86d76
@ -160,7 +160,7 @@ try {
|
||||
|
||||
$label_type = $page->type;
|
||||
$label_name = Info::create($row, $page, $label_type)->name(); //ucfirst($label_type);
|
||||
$label = "<span class='label litebans-label-history litebans-label-$label_type'>$label_name</span>";
|
||||
$label = "<span class='badge litebans-label-history litebans-label-$label_type'>$label_name</span>";
|
||||
|
||||
$page->print_table_rows($row, array(
|
||||
$page->t("generic.type") => $label,
|
||||
|
Loading…
x
Reference in New Issue
Block a user