mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Merge branch 'ent-13299-lista-de-servidores-vacia-presenta-estilos-antiguos-y-fallos-en-hint' into 'develop'
Ent 13299 lista de servidores vacia presenta estilos antiguos y fallos en hint See merge request artica/pandorafms!7127
This commit is contained in:
commit
4cdc045fb2
@ -49,8 +49,8 @@ $date = time();
|
|||||||
|
|
||||||
$servers = servers_get_info();
|
$servers = servers_get_info();
|
||||||
if ($servers === false) {
|
if ($servers === false) {
|
||||||
$server_clippy = clippy_context_help('servers_down');
|
$no_data_msg = __('There are no servers registered on the database. Please, check the configuration and start the Pandora Server service');
|
||||||
echo "<div class='nf'>".__('There are no servers configured into the database').$server_clippy.'</div>';
|
ui_print_info_message($no_data_msg);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user