From b4924641c53c02670d663acd773830aab8711d02 Mon Sep 17 00:00:00 2001 From: Dave Roberts Date: Mon, 22 Jun 2026 09:12:44 +0000 Subject: [PATCH 1/2] Add wording for file uploads and update templates --- views/files.tt | 19 ++++++++++++++++--- views/layouts/page_header.tt | 4 +++- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/views/files.tt b/views/files.tt index d0cf1f159..a68802350 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: +

+

+ "; + 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 @@ # }]; -%] From 517197ff06db289a901666fc455289e62dde5cfd Mon Sep 17 00:00:00 2001 From: Dave Roberts Date: Tue, 30 Jun 2026 14:33:38 +0100 Subject: [PATCH 2/2] Fix spacing on files page --- views/files.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/files.tt b/views/files.tt index a68802350..4fbd4db63 100644 --- a/views/files.tt +++ b/views/files.tt @@ -44,7 +44,7 @@ }); END; %] -
+
[% # add standardized page header INCLUDE layouts/page_header.tt