NIHVIVO-2492 Restrict pages by UsePortalEditorPages requested action.

This commit is contained in:
j2blake 2011-04-19 14:49:55 +00:00
parent f2269120d7
commit 11e19ce19a
6 changed files with 37 additions and 34 deletions

View file

@ -4,6 +4,8 @@
<%@ taglib prefix="form" uri="http://vitro.mannlib.cornell.edu/edit/tags" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib prefix="vitro" uri="/WEB-INF/tlds/VitroUtils.tld" %>
<vitro:requiresAuthorizationFor classNames="edu.cornell.mannlib.vitro.webapp.auth.requestedAction.usepages.UsePortalEditorPages" />
<c:set var="singlePortal" value="${requestScope.singlePortal}"/>
<c:set var="creatingNewPortal" value="${requestScope.creatingNewPortal}"/>