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:
@@ -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
|
||||
|
Reference in New Issue
Block a user