sogo/UI/Templates/UIxModuleAccessDenied.wox
Wolfgang Sourdeau 8f9d53726f Monotone-Parent: 2946be96e24ef28355163488376def0341ef650f
Monotone-Revision: 57efdfff0ce1c589f0aa7c70ace7f877ffa5d52c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-08-26T17:40:02
Monotone-Branch: ca.inverse.sogo
2008-08-26 17:40:02 +00:00

19 lines
608 B
XML

<?xml version="1.0" standalone="yes"?>
<!DOCTYPE var:component>
<var:component xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:uix="OGo:uix"
xmlns:label="OGo:label"
xmlns:rsrc="OGo:url"
className="UIxPageFrame"
title="title"
const:toolbar="none"
const:cssFiles="UIxModuleAccessDenied.css"
const:popup="YES">
<div id="messageWindow">
<var:string label:value="You are not allowed to access this module or this system. Please contact your system administrator."
/>
</div>
</var:component>