mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Fixed warnings icons
This commit is contained in:
parent
48e9b8856e
commit
b63a0eb3eb
@ -421,7 +421,7 @@ class Page {
|
|||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
foreach ($array as $header => $text) {
|
foreach ($array as $header => $text) {
|
||||||
$a = "a";
|
$a = "a";
|
||||||
if ($header === $this->t("warnings.received")) {
|
if ($header === "warnings.received") {
|
||||||
$icon = ($text !== "0") ? "glyphicon-ok" : "glyphicon-remove";
|
$icon = ($text !== "0") ? "glyphicon-ok" : "glyphicon-remove";
|
||||||
$a .= " class=\"glyphicon $icon\" aria-hidden=true";
|
$a .= " class=\"glyphicon $icon\" aria-hidden=true";
|
||||||
$text = "";
|
$text = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user