NIHVIVO-1379 If a user is logged in but not authorized to view a page, send them to a page with an explanation.

This commit is contained in:
jeb228 2010-11-29 22:36:19 +00:00
parent ec2c390152
commit 30fa59cf5e
6 changed files with 56 additions and 27 deletions

View file

@ -0,0 +1,14 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Template for the insufficient authorization page -->
<section role="region">
<h2>Insufficient Authorization</h2>
<p>
You are not authorized to view that page.
</p>
<br/>
<a href="${urls.home}">Continue</a>
</section>