+1
Footer Fixed
Add the glpi/css/style.css file in the id #footer the following information:
position: fixed; bottom: 0; right: 0; width: 99%; z-index: 1500;
Thus it is:
[CSS]
#footer {
font-size: 9px;
color: # 000;
background-color: # E2E1DE;
padding: 6px;
height: 18px;
padding: 5px;
position: fixed;
bottom: 0;
right: 0;
width: 99%;
z-index: 1500;
}
[/CSS]
With this change the information is best displayed on the screen.
Sorry for my english.
Сервис поддержки клиентов работает на платформе UserEcho