diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-21 14:27:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-21 14:27:46 +0100 |
commit | dc0246f19222e5722c68121cc9dbaeff9891e57f (patch) | |
tree | dc8ec51c2206630c1404b24171efb15c434e5b81 /ishtar_common | |
parent | bbc88035ada895390d0ab38e6d96fdaddb5781a0 (diff) | |
download | Ishtar-dc0246f19222e5722c68121cc9dbaeff9891e57f.tar.bz2 Ishtar-dc0246f19222e5722c68121cc9dbaeff9891e57f.zip |
Sheets: adapt headers
Diffstat (limited to 'ishtar_common')
3 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/documents.html index 6d5c1f704..151193393 100644 --- a/ishtar_common/templates/ishtar/blocks/window_tables/documents.html +++ b/ishtar_common/templates/ishtar/blocks/window_tables/documents.html @@ -1,5 +1,5 @@ {% load i18n %} -<h4>{{caption}}</h4> +<h3>{{caption}}</h3> <div class='clean-table'> <div class='clean-table-wrap'> <table> diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html index 96093403d..84a9b9b03 100644 --- a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html +++ b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html @@ -1,6 +1,6 @@ {% load i18n %} -<h4>{{caption}}</h4> +<h3>{{caption}}</h3> <div class="modal fade table-modal-lg" tabindex="-1" role="dialog" aria-hidden="true" id="modal_grid_{{name}}"> diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html index e378bdf49..96e291921 100644 --- a/ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html +++ b/ishtar_common/templates/ishtar/blocks/window_tables/static_documents.html @@ -1,5 +1,5 @@ {% load i18n %} -<h4>{{caption}}</h4> +<h3>{{caption}}</h3> <div class='clean-table'> <div class='clean-table-wrap'> <table> |