From 41dd2dfc54c914af330d71e6255346677472e86c Mon Sep 17 00:00:00 2001 From: Wruczek Date: Sun, 10 Jul 2016 18:46:04 +0200 Subject: [PATCH] Added alternate text for images --- include/adminlist.php | 6 +++--- include/modulecheck.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/adminlist.php b/include/adminlist.php index 5aa1cd7..5900abe 100644 --- a/include/adminlist.php +++ b/include/adminlist.php @@ -48,10 +48,10 @@ function getAdminList() { $groupicon = getGroupIcon($tsAdmin, $group); if($groupicon) { - $icon = ' '; + $icon = 'Ikona grupy '; } } elseif(in_array($group["iconid"], $localIcons)) { - $icon = ' '; + $icon = 'Ikona grupy '; } } @@ -72,7 +72,7 @@ function getAdminList() { continue; } - $output .= '

' . '' . $user . '' . ($user['client_away'] ? 'Away' : 'Online') . '

'; + $output .= '

Status użytkownika' . '' . $user . '' . ($user['client_away'] ? 'Away' : 'Online') . '

'; } } diff --git a/include/modulecheck.php b/include/modulecheck.php index ad9f84a..177d321 100644 --- a/include/modulecheck.php +++ b/include/modulecheck.php @@ -95,7 +95,7 @@ function showError($title, $text) { ?>
-

+

Błąd