diff options
| author | Simon Rettberg | 2023-10-06 16:12:35 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2023-10-06 16:12:35 +0200 |
| commit | e41f37dd4f531d6b6c1e0a6a7b48f1e6fcab1a88 (patch) | |
| tree | bf968471f579483aad98478558482d1dd79aaa2a /modules-available/locationinfo/page.inc.php | |
| parent | [minilinux] Fix deprecation warning on PHP 8.x (diff) | |
| download | slx-admin-e41f37dd4f531d6b6c1e0a6a7b48f1e6fcab1a88.tar.gz slx-admin-e41f37dd4f531d6b6c1e0a6a7b48f1e6fcab1a88.tar.xz slx-admin-e41f37dd4f531d6b6c1e0a6a7b48f1e6fcab1a88.zip | |
[locationinfo] text-muted for "inherited" up-arrow
Diffstat (limited to 'modules-available/locationinfo/page.inc.php')
| -rw-r--r-- | modules-available/locationinfo/page.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules-available/locationinfo/page.inc.php b/modules-available/locationinfo/page.inc.php index 4e598d68..f81fca13 100644 --- a/modules-available/locationinfo/page.inc.php +++ b/modules-available/locationinfo/page.inc.php @@ -549,6 +549,7 @@ class Page_LocationInfo extends Page } $locations[$locid] += array( 'openingGlyph' => $glyph, + 'strong' => $glyph === 'ok', 'backend' => $backend, 'lastCalendarUpdate' => Util::prettyTime($row['lastcalendarupdate']), // TODO 'backendMissing' => !CourseBackend::exists($row['servertype']), |
