diff --git a/efile_app/efile/static/config/states/massachusetts.yaml b/efile_app/efile/static/config/states/massachusetts.yaml index 157033d..ea36dca 100644 --- a/efile_app/efile/static/config/states/massachusetts.yaml +++ b/efile_app/efile/static/config/states/massachusetts.yaml @@ -10,6 +10,8 @@ jurisdiction: icon: "fas fa-balance-scale" svg: "img/MA.svg" api_endpoint: "/api/massachusetts" + help_url: "https://www.mass.gov/orgs/massachusetts-court-system" + help_number: "711" # State metadata state: diff --git a/efile_app/efile/static/css/components/footer.css b/efile_app/efile/static/css/components/footer.css new file mode 100644 index 0000000..b4dc6f0 --- /dev/null +++ b/efile_app/efile/static/css/components/footer.css @@ -0,0 +1,9 @@ +footer { + /* position: absolute; + bottom: 0; */ + width: 100%; + height: 2.5rem; + line-height: 2.5rem; + overflow: hidden; + background-color: #fff; +} \ No newline at end of file diff --git a/efile_app/efile/templates/efile/components/footer.html b/efile_app/efile/templates/efile/components/footer.html new file mode 100644 index 0000000..d500b30 --- /dev/null +++ b/efile_app/efile/templates/efile/components/footer.html @@ -0,0 +1,18 @@ +{% load static %} +{% load i18n %} + + + + diff --git a/efile_app/efile/templates/efile/expert_form.html b/efile_app/efile/templates/efile/expert_form.html index e5c7b0b..fe8c385 100644 --- a/efile_app/efile/templates/efile/expert_form.html +++ b/efile_app/efile/templates/efile/expert_form.html @@ -195,6 +195,7 @@
Case Information Found
+ {% include "efile/components/footer.html" %} {{ case_data|json_script:"case-data" }} diff --git a/efile_app/efile/templates/efile/options.html b/efile_app/efile/templates/efile/options.html index 696c2f0..0af0dfb 100644 --- a/efile_app/efile/templates/efile/options.html +++ b/efile_app/efile/templates/efile/options.html @@ -50,6 +50,7 @@

{% translate "Start a new filing" %}

+ {% include "efile/components/footer.html" %} diff --git a/efile_app/efile/templates/efile/payment.html b/efile_app/efile/templates/efile/payment.html index d4e3c47..552148e 100644 --- a/efile_app/efile/templates/efile/payment.html +++ b/efile_app/efile/templates/efile/payment.html @@ -65,6 +65,7 @@

{% translate "Filing Fees" %}

+ {% include "efile/components/footer.html" %} diff --git a/efile_app/efile/templates/efile/review.html b/efile_app/efile/templates/efile/review.html index 2704050..af4a917 100644 --- a/efile_app/efile/templates/efile/review.html +++ b/efile_app/efile/templates/efile/review.html @@ -230,6 +230,7 @@

{% translate "Submit my filing" %}

+ {% include "efile/components/footer.html" %} diff --git a/efile_app/efile/templates/efile/upload.html b/efile_app/efile/templates/efile/upload.html index f1c257e..5dba3db 100644 --- a/efile_app/efile/templates/efile/upload.html +++ b/efile_app/efile/templates/efile/upload.html @@ -203,6 +203,7 @@

Before you continue

+ {% include "efile/components/footer.html" %} {{ upload_data|json_script:"upload-data" }} {{ case_classification|json_script:"case-classification" }} diff --git a/efile_app/efile/templates/efile/upload_first.html b/efile_app/efile/templates/efile/upload_first.html index b9f10f2..8848899 100644 --- a/efile_app/efile/templates/efile/upload_first.html +++ b/efile_app/efile/templates/efile/upload_first.html @@ -105,6 +105,7 @@

+ {% include "efile/components/footer.html" %} {{ upload_data|json_script:"upload-data" }}