diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-16 12:12:18 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-11-28 11:40:16 +0100 |
commit | 14d63bc43b3d7308bfd55c581d3770319ecb9fb6 (patch) | |
tree | b9b1a4a8f01175222e8d8e2d46eb05aee13c89f0 /ishtar_common/templates/base.html | |
parent | a5bb90fa9926c2593965dcfe2859388bc542a08c (diff) | |
download | Ishtar-14d63bc43b3d7308bfd55c581d3770319ecb9fb6.tar.bz2 Ishtar-14d63bc43b3d7308bfd55c581d3770319ecb9fb6.zip |
Datatable: JS to disable submit button when multiple or none is selected
Diffstat (limited to 'ishtar_common/templates/base.html')
-rw-r--r-- | ishtar_common/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index 652df14b3..add4f1d6c 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -44,6 +44,7 @@ var activate_own_search_msg = "{% trans 'Searches in the shortcut menu deal with only your items.' %}"; var search_pinned_msg = "{% trans 'Search pinned' %}"; var added_message = "{% trans " items added." %}"; + var select_only_one_msg = {% trans "Select only one item." %}; var YES = "{% trans 'yes' %}"; var NO = "{% trans 'no' %}"; var autorefresh_message_start = "{% trans 'Autorefresh start. The form is disabled.' %}"; |