From 0d167984f1ce3025fb1044b758bda83bab3b13a6 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Thu, 19 May 2022 12:14:20 +0100 Subject: [PATCH] Add filetype to platform admin report download buttons --- .../views/platform-admin/daily-sms-provider-volumes-report.html | 2 +- app/templates/views/platform-admin/daily-volumes-report.html | 2 +- app/templates/views/platform-admin/get-billing-report.html | 2 +- .../views/platform-admin/notifications_by_service.html | 2 +- .../views/platform-admin/volumes-by-service-report.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/templates/views/platform-admin/daily-sms-provider-volumes-report.html b/app/templates/views/platform-admin/daily-sms-provider-volumes-report.html index c6e4002af..293b95879 100644 --- a/app/templates/views/platform-admin/daily-sms-provider-volumes-report.html +++ b/app/templates/views/platform-admin/daily-sms-provider-volumes-report.html @@ -15,7 +15,7 @@ {% call form_wrapper() %} {{ form.start_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }} {{ form.end_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }} - {{ page_footer('Download report') }} + {{ page_footer('Download report (CSV)') }} {% endcall %}

diff --git a/app/templates/views/platform-admin/daily-volumes-report.html b/app/templates/views/platform-admin/daily-volumes-report.html index be59016d3..1fc4e939f 100644 --- a/app/templates/views/platform-admin/daily-volumes-report.html +++ b/app/templates/views/platform-admin/daily-volumes-report.html @@ -15,7 +15,7 @@ {% call form_wrapper() %} {{ form.start_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }} {{ form.end_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }} - {{ page_footer('Download report') }} + {{ page_footer('Download report (CSV)') }} {% endcall %}

diff --git a/app/templates/views/platform-admin/get-billing-report.html b/app/templates/views/platform-admin/get-billing-report.html index 7c1fed111..8979c2d4d 100644 --- a/app/templates/views/platform-admin/get-billing-report.html +++ b/app/templates/views/platform-admin/get-billing-report.html @@ -15,7 +15,7 @@ {% call form_wrapper() %} {{ form.start_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }} {{ form.end_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }} - {{ page_footer('Download report') }} + {{ page_footer('Download report (CSV)') }} {% endcall %}

diff --git a/app/templates/views/platform-admin/notifications_by_service.html b/app/templates/views/platform-admin/notifications_by_service.html index 7ac3c7846..ef5a04249 100644 --- a/app/templates/views/platform-admin/notifications_by_service.html +++ b/app/templates/views/platform-admin/notifications_by_service.html @@ -14,7 +14,7 @@ {% call form_wrapper() %} {{ form.start_date(param_extensions={"hint": {"text": "Enter start date in format YYYY-MM-DD"}}) }} {{ form.end_date(param_extensions={"hint": {"text": "Enter end date in format YYYY-MM-DD"}}) }} - {{ page_footer('Download report') }} + {{ page_footer('Download report (CSV)') }} {% endcall %} {% endblock %} diff --git a/app/templates/views/platform-admin/volumes-by-service-report.html b/app/templates/views/platform-admin/volumes-by-service-report.html index 4b35a0d4b..1ad2de2bf 100644 --- a/app/templates/views/platform-admin/volumes-by-service-report.html +++ b/app/templates/views/platform-admin/volumes-by-service-report.html @@ -15,7 +15,7 @@ {% call form_wrapper() %} {{ form.start_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }} {{ form.end_date(param_extensions={"hint": {"text": "Use the format YYYY-MM-DD"}}) }} - {{ page_footer('Download report') }} + {{ page_footer('Download report (CSV)') }} {% endcall %}