From 9870169c1afdd765152165f0fc548ae09def11a1 Mon Sep 17 00:00:00 2001 From: Jenny Schweers Date: Thu, 19 Sep 2024 17:28:10 -0400 Subject: [PATCH] Removed dead template --- .../partials/saved_exports.html.diff.txt | 47 ----------------- .../partials/bootstrap3/saved_exports.html | 50 ------------------- .../partials/bootstrap5/saved_exports.html | 50 ------------------- 3 files changed, 147 deletions(-) delete mode 100644 corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/reports/partials/saved_exports.html.diff.txt delete mode 100644 corehq/apps/reports/templates/reports/partials/bootstrap3/saved_exports.html delete mode 100644 corehq/apps/reports/templates/reports/partials/bootstrap5/saved_exports.html diff --git a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/reports/partials/saved_exports.html.diff.txt b/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/reports/partials/saved_exports.html.diff.txt deleted file mode 100644 index 5e4995994136..000000000000 --- a/corehq/apps/hqwebapp/tests/data/bootstrap5_diffs/reports/partials/saved_exports.html.diff.txt +++ /dev/null @@ -1,47 +0,0 @@ ---- -+++ -@@ -8,7 +8,7 @@ - {% trans "Edit" %} - - {% trans "Add to Bulk Export" %} -- -+ {# todo B5: inline style #} - {% trans "Select" %}: - {% trans "all" %} - {% trans "none" %} -@@ -19,9 +19,9 @@ - - {% for export in saved_exports %} - -- -+ {# todo B5: css:form-inline #} - {{ export.name|default:"[blank]" }} -- {% if not deid and export.is_safe %}{% trans "de-identified" %}{% endif %} -+ {% if not deid and export.is_safe %}{% trans "de-identified" %}{% endif %} -

{{ export.formname }}

- - -@@ -30,18 +30,18 @@ - - - -- -+ - {% trans "Edit" %} - - -- -+ {# todo B5: css:form-inline #} - {% if export.default_format == bulk_export_format %} - - {% else %} -- {{ export.default_format }} {% trans "Not Available" %} -+ {{ export.default_format }} {% trans "Not Available" %} - {% endif %} - - diff --git a/corehq/apps/reports/templates/reports/partials/bootstrap3/saved_exports.html b/corehq/apps/reports/templates/reports/partials/bootstrap3/saved_exports.html deleted file mode 100644 index ed97bdf56ef4..000000000000 --- a/corehq/apps/reports/templates/reports/partials/bootstrap3/saved_exports.html +++ /dev/null @@ -1,50 +0,0 @@ -{% load hq_shared_tags %} -{% load i18n %} - - - - - - - - - - - {% for export in saved_exports %} - - - - - - - {% endfor %} - -
{% trans "Name" %}{% trans "Export" %}{% trans "Edit" %} - {% trans "Add to Bulk Export" %} - - {% trans "Select" %}: - {% trans "all" %} - {% trans "none" %} - -
- {{ export.name|default:"[blank]" }} - {% if not deid and export.is_safe %}{% trans "de-identified" %}{% endif %} -

{{ export.formname }}

-
- - {% trans "Export" %} - - - - {% trans "Edit" %} - - - {% if export.default_format == bulk_export_format %} - - {% else %} - {{ export.default_format }} {% trans "Not Available" %} - {% endif %} -
diff --git a/corehq/apps/reports/templates/reports/partials/bootstrap5/saved_exports.html b/corehq/apps/reports/templates/reports/partials/bootstrap5/saved_exports.html deleted file mode 100644 index 257a058b29e1..000000000000 --- a/corehq/apps/reports/templates/reports/partials/bootstrap5/saved_exports.html +++ /dev/null @@ -1,50 +0,0 @@ -{% load hq_shared_tags %} -{% load i18n %} - - - - - - - - - - - {% for export in saved_exports %} - - - - - - - {% endfor %} - -
{% trans "Name" %}{% trans "Export" %}{% trans "Edit" %} - {% trans "Add to Bulk Export" %} - {# todo B5: inline style #} - {% trans "Select" %}: - {% trans "all" %} - {% trans "none" %} - -
{# todo B5: css:form-inline #} - {{ export.name|default:"[blank]" }} - {% if not deid and export.is_safe %}{% trans "de-identified" %}{% endif %} -

{{ export.formname }}

-
- - {% trans "Export" %} - - - - {% trans "Edit" %} - - {# todo B5: css:form-inline #} - {% if export.default_format == bulk_export_format %} - - {% else %} - {{ export.default_format }} {% trans "Not Available" %} - {% endif %} -