1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Aggiornamenti css + testi

Aggiunto tiny-loader per dashboard, sistemati stili per interventi da pianificare, rivisti alcuni testi installazione.
This commit is contained in:
Luca
2017-08-31 19:06:23 +02:00
parent da818b9908
commit fad9f7c783
4 changed files with 31 additions and 6 deletions

View File

@@ -453,9 +453,11 @@ if (get_var('Abilitare orario lavorativo') == '1') {
droppable: true,
loading: function(isLoading, view) {
if(isLoading) {
setTimeout("$('#mini-loader').show()", 1000);
//setTimeout("$('#tiny-loader').show()", 10);
$('#tiny-loader').fadeIn();
} else {
setTimeout("$('#mini-loader').hide()", 1000);
//setTimeout("$('#tiny-loader').hide()", 10);
$('#tiny-loader').hide();
}
},
<?php