fix Registrazione data

fix linkref
fix controllo login
fix pagination CGridTableRec
This commit is contained in:
Paolo Arena
2020-01-20 01:50:21 +01:00
parent 6541a3a84e
commit 5153c143dd
33 changed files with 540 additions and 415 deletions

View File

@@ -62,6 +62,7 @@ export interface IMyPage {
content?: string
active?: boolean
inmenu?: boolean
onlyif_logged?: boolean
submenu?: boolean
l_par?: number,
l_child?: number,
@@ -186,6 +187,7 @@ export interface IListRoutes {
infooter?: boolean
submenu?: boolean
onlyAdmin?: boolean
onlyif_logged?: boolean
onlyManager?: boolean
extraclass?: string
meta?: any