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();
|
||||
if ($servers === false) {
|
||||
$server_clippy = clippy_context_help('servers_down');
|
||||
echo "<div class='nf'>".__('There are no servers configured into the database').$server_clippy.'</div>';
|
||||
$no_data_msg = __('There are no servers registered on the database. Please, check the configuration and start the Pandora Server service');
|
||||
ui_print_info_message($no_data_msg);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue