Design fixes
parent
bbceb44c3d
commit
49ba04bffa
|
|
@ -449,7 +449,7 @@ if (!empty($adminOverviewStatuses) && is_array($adminOverviewStatuses)) {
|
||||||
<li>
|
<li>
|
||||||
<?= htmlspecialchars($dep) ?>
|
<?= htmlspecialchars($dep) ?>
|
||||||
<?php if ($depStatusBadge !== ''): ?>
|
<?php if ($depStatusBadge !== ''): ?>
|
||||||
<span class="tm-admin-dep-status">(<?= $depStatusBadge ?>)</span>
|
<span class="tm-admin-dep-status"><?= $depStatusBadge ?></span>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</li>
|
</li>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
|
||||||
|
|
@ -275,7 +275,7 @@ try {
|
||||||
if (!empty($maintMsg)) {
|
if (!empty($maintMsg)) {
|
||||||
$custom .= ' <em>' . htmlspecialchars($maintMsg) . '</em>';
|
$custom .= ' <em>' . htmlspecialchars($maintMsg) . '</em>';
|
||||||
}
|
}
|
||||||
$custom .= ' Control it in <a href="' . htmlspecialchars($app_root) . '?page=admin">Admin center</a>';
|
$custom .= ' Control it from the <a href="' . htmlspecialchars($app_root) . '?page=admin">Admin center</a>';
|
||||||
// Non-dismissible and small, do not sanitize to allow link and <em>
|
// Non-dismissible and small, do not sanitize to allow link and <em>
|
||||||
Feedback::flash('SYSTEM', 'MAINTENANCE_ON', $custom, false, true, false);
|
Feedback::flash('SYSTEM', 'MAINTENANCE_ON', $custom, false, true, false);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue