INSERTINTO`zz_views`(`id`,`id_module`,`name`,`query`,`order`,`search`,`slow`,`format`,`html_format`,`search_inside`,`order_by`,`visible`,`summable`,`default`)VALUES(NULL,(SELECT`id`FROM`zz_modules`WHERE`name`='Utenti e permessi'),'Modulo iniziale','`module`.`title`','5','1','0','0','0','','','1','0','0');
-- Aggiunta colonna tema in utenti e permessi
INSERTINTO`zz_views`(`id_module`,`name`,`query`,`order`,`search`,`slow`,`format`,`html_format`,`search_inside`,`order_by`,`visible`,`summable`,`default`)VALUES((SELECT`id`FROM`zz_modules`WHEREname='Utenti e permessi'),'_bg_','zz_groups.theme','4','0','0','1','0','','','0','0','0');
INSERTINTO`zz_views`(`id`,`id_module`,`name`,`query`,`order`,`search`,`slow`,`format`,`html_format`,`search_inside`,`order_by`,`visible`,`summable`,`default`)VALUES(NULL,(SELECT`id`FROM`zz_modules`WHERE`name`='Utenti e permessi'),'Tema','`zz_groups`.`theme`','4','1','0','0','0','','','1','0','0');
INSERTINTO`zz_modules`(`id`,`name`,`title`,`directory`,`options`,`options2`,`icon`,`version`,`compatibility`,`order`,`parent`,`default`,`enabled`,`use_notes`,`use_checklists`)VALUES(NULL,'Accesso con OAuth','Accesso con OAuth','oauth','SELECT |select| FROM zz_oauth2 WHERE 1=1 AND is_login=1 HAVING 2=2','','fa fa-angle-right','1.0','2.4.54','100',(SELECT`t`.`id`FROM`zz_modules`AS`t`WHERE`t`.`name`='Tabelle'),'1','1','0','0');
INSERTINTO`zz_settings`(`nome`,`valore`,`tipo`,`editable`,`sezione`,`order`,`help`)VALUES("Secondi timeout tavoletta Wacom",'15','text',1,'Tavoletta Wacom','6','Definisce il numero di secondi prima del timeout della tavoletta Wacom');