Redesign - ni podatkov - dodan angleski svg

This commit is contained in:
pero1203 2022-06-17 10:39:42 +02:00
parent c04a44f17f
commit 88e687a3c6
2 changed files with 81 additions and 1 deletions

View File

@ -2135,7 +2135,10 @@ class Common {
echo '<div class="no_data_alert">'; echo '<div class="no_data_alert">';
if($lang['id'] == '1')
echo '<img src="/public/img/images/no_data.svg" />'; echo '<img src="/public/img/images/no_data.svg" />';
else
echo '<img src="/public/img/images/no_data_eng.svg" />';
if($location == 'status') { if($location == 'status') {
echo '<h2>'.$lang['srv_dashboard_no_data'].'</h2>'; echo '<h2>'.$lang['srv_dashboard_no_data'].'</h2>';

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 39 KiB