diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-12 22:38:09 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-12 22:38:09 +0200 |
| commit | 167654c4d096870f3fcd5203cf0dc15f21d47cdc (patch) | |
| tree | da9b2d12da59dfbd36eee9c43462f87d8f3ecd54 /ishtar_common/templates | |
| parent | 5f9fe6a2718afacc1126c5d8c6312c887b5f960c (diff) | |
| download | Ishtar-167654c4d096870f3fcd5203cf0dc15f21d47cdc.tar.bz2 Ishtar-167654c4d096870f3fcd5203cf0dc15f21d47cdc.zip | |
Treament file dashboard: add filter form (refs #3381)
Diffstat (limited to 'ishtar_common/templates')
| -rw-r--r-- | ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html index c3a8a58a8..2650282ca 100644 --- a/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html +++ b/ishtar_common/templates/ishtar/dashboards/dashboard_main_detail.html @@ -178,7 +178,7 @@ $('#search_{{unique_id}}').click(function (){ return false; }); -{% if item_name == 'files' or item_name == "operations" or item_name == "treatments" or item_name == "treatment_types" %} +{% if item_name == 'files' or item_name == "operations" or item_name == "treatments" or item_name == "treatmentfiles" %} load_jquerydate_{{item_name}}_after(); load_jquerydate_{{item_name}}_before(); {% endif %} |
