diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-13 23:08:11 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-01-13 23:08:11 +0100 |
commit | 4e8808f613749fcb1896cb932557c33cee2157a9 (patch) | |
tree | a9b1296864a5be9db26af399a14aadb87de96c27 /ishtar_common/templates/window.html | |
parent | 5abe9dcdfc37493be0596d49c1ce8aa8266f2e34 (diff) | |
download | Ishtar-4e8808f613749fcb1896cb932557c33cee2157a9.tar.bz2 Ishtar-4e8808f613749fcb1896cb932557c33cee2157a9.zip |
Manage many additions for archaeological sites (refs #3043)
Diffstat (limited to 'ishtar_common/templates/window.html')
-rw-r--r-- | ishtar_common/templates/window.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/window.html b/ishtar_common/templates/window.html index c8e187728..7c9249ff0 100644 --- a/ishtar_common/templates/window.html +++ b/ishtar_common/templates/window.html @@ -23,7 +23,7 @@ <body> {% if new_item_label %} <script type='text/javascript' language='javascript'> -save_and_close_window("{{parent_name}}", "{{parent_pk}}", "{{new_item_label}}", "{{new_item_pk}}"); +save_and_close_window{% if many %}_many{% endif %}("{{parent_name}}", "{{parent_pk}}", "{{new_item_label}}", "{{new_item_pk}}"); </script> {% endif %} <div id="window_content"> |