NIHVIVO-1150 Refactor ImageUploadController authorization-related methods to a separate AuthorizationHelper class so they can be used by other pages too.

Move message in classGroups template to separate template.
This commit is contained in:
rjy7 2010-09-20 16:19:04 +00:00
parent c0a8d603ed
commit 676d22b3e5
8 changed files with 126 additions and 88 deletions

View file

@ -0,0 +1,7 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- Standard template to display a message with a title generated from any controller. Keeps this out of individual templates. -->
<h2>${title}</h2>
<#include "message.ftl">