Created access forbidden modal

This commit is contained in:
Pierre
2017-12-17 19:14:19 +01:00
parent ad6d3ed706
commit 710470aae6
3 changed files with 97 additions and 5 deletions

View File

@ -687,9 +687,14 @@ var ComunicWeb = {
/**
* Display the page for user with forbidden access
*/
display: function(id, params, target){}
display: function(id, params, target){},
}
/**
* Show basic user informations
*/
showBasicInfos: function(userInfos, target){},
},
},