diff --git a/views/files.tt b/views/files.tt
index d0cf1f159..4fbd4db63 100644
--- a/views/files.tt
+++ b/views/files.tt
@@ -43,18 +43,31 @@
}]
});
END;
-
+ %]
+
+[%
# add standardized page header
INCLUDE layouts/page_header.tt
title = "Files"
- description = "Below are all the files that have been uploaded for use on the dashboard or to share data with Ctrl O for support purposes, such as data imports or screen shots."
- aside_buttons = [{
+ description = "
+
Below are all the files that have been uploaded for use on the dashboard or to share data with Ctrl O for support purposes, such as data imports or screen shots.
+
Files uploaded to this file store can be accessed by all users of this system, irrespective of their permissions.
+
It is provided as a repository for:
+
+ - files that are linked on dashboards
+ - securely sharing screenshots with Ctrl O for support purposes
+ - retaining reference documents that do not have any secure storage requirements
+
+
+ ";
+ INCLUDE snippets/button_list.tt buttons = [{
type = "modal_button"
modalId = "uploadFile"
class = "btn btn-default"
label = "Upload a file"
}];
%]
+
[% INCLUDE tables/basic_table.tt; %]
diff --git a/views/layouts/page_header.tt b/views/layouts/page_header.tt
index bba167096..56a215d5b 100644
--- a/views/layouts/page_header.tt
+++ b/views/layouts/page_header.tt
@@ -27,7 +27,7 @@
# }];
-%]
-
+ [% IF aside_buttons; %]
[%
IF aside_buttons;
@@ -49,4 +50,5 @@
END;
%]
+ [% END; %]