diff --git a/webapp/web/siteAdmin/dataInput.jsp b/webapp/web/siteAdmin/dataInput.jsp index 387c7572e..c8dda6e50 100644 --- a/webapp/web/siteAdmin/dataInput.jsp +++ b/webapp/web/siteAdmin/dataInput.jsp @@ -1,6 +1,6 @@ <%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> -<% if (loginBean.isLoggedInAtLeast(LoginStatusBean.EDITOR) { %> +<% if (loginBean.isLoggedInAtLeast(LoginStatusBean.EDITOR)) { %>

Data Input

diff --git a/webapp/web/siteAdmin/siteConfiguration.jsp b/webapp/web/siteAdmin/siteConfiguration.jsp index 0ff2dce49..a32b57cbb 100644 --- a/webapp/web/siteAdmin/siteConfiguration.jsp +++ b/webapp/web/siteAdmin/siteConfiguration.jsp @@ -1,6 +1,6 @@ <%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> -<% if (loginBean.isLoggedInAtLeast(LoginStatusBean.CURATOR) { %> +<% if (loginBean.isLoggedInAtLeast(LoginStatusBean.CURATOR)) { %>

Site Configuration

@@ -16,7 +16,7 @@
  • Tab management
  • -<% if (loginBean.isLoggedInAtLeast(LoginStatusBean.DBA) { %> +<% if (loginBean.isLoggedInAtLeast(LoginStatusBean.DBA)) { %>
  • User accounts
  • <% } %>