diff --git a/webapp/web/css/admin.css b/webapp/web/css/admin.css index 4eb37825f..60e540c3c 100644 --- a/webapp/web/css/admin.css +++ b/webapp/web/css/admin.css @@ -3,7 +3,6 @@ /* Admin Dashboard */ #adminDashboard { - margin-top: 1em; display: inline-block; width: 100%; } @@ -12,8 +11,7 @@ clear: right; display: inline-block; width: 45%; - margin-top: 2em; - margin-bottom: 1em; + margin: 1em 0; padding: 0 1em; } #adminDashboard .pageBodyGroup h4 { diff --git a/webapp/web/templates/freemarker/body/siteAdmin/siteAdmin-indexCacheRebuild.ftl b/webapp/web/templates/freemarker/body/siteAdmin/siteAdmin-indexCacheRebuild.ftl new file mode 100644 index 000000000..b92a4a6d6 --- /dev/null +++ b/webapp/web/templates/freemarker/body/siteAdmin/siteAdmin-indexCacheRebuild.ftl @@ -0,0 +1,29 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- Template for the main Site Administration page --> + +<#-- <#if indexRebuildCache?has_content> --> +
+

Refresh Content

+ + +
+<#-- --> \ No newline at end of file diff --git a/webapp/web/templates/freemarker/body/siteAdmin/siteAdmin-main.ftl b/webapp/web/templates/freemarker/body/siteAdmin/siteAdmin-main.ftl index eedd7964e..ad539f33d 100644 --- a/webapp/web/templates/freemarker/body/siteAdmin/siteAdmin-main.ftl +++ b/webapp/web/templates/freemarker/body/siteAdmin/siteAdmin-main.ftl @@ -13,4 +13,5 @@ ${stylesheets.add('') <#include "siteAdmin-siteConfiguration.ftl"> <#include "siteAdmin-ontologyEditor.ftl"> <#include "siteAdmin-advancedDataTools.ftl"> + <#include "siteAdmin-indexCacheRebuild.ftl"> \ No newline at end of file