As in: 

<div jwcid="@common/Border" restrictedToPbxman="true" 
pbxmanPermission="pbxman-manage-cdr" borderTitle="ognl:borderTitle"> 

The isRestrictedToPbxman check in the java code would have to include 
superadmin as well: 

if (!user.isAdmin() && !user.isPBXman() && isRestricted()) { 
throw new PageRedirectException(ManageVoicemail.PAGE); 
} 

;) 

----- Original Message -----
From: [email protected] 
To: "Discussion list for users of sipXecs software" 
<[email protected]> 
Sent: Thursday, December 8, 2011 4:41:57 PM 
Subject: Re: [sipx-users] Web portal access restricted to CDR report only 


That way, the html could contain something like 
pbxmanPermission="pbxman-manage-cdr"... 
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to