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:
parent
c0a8d603ed
commit
676d22b3e5
8 changed files with 126 additions and 88 deletions
|
@ -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">
|
Loading…
Add table
Add a link
Reference in a new issue