diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-24 16:13:16 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-24 16:48:04 +0200 |
| commit | 58f9b60015a1d83ccfbeb202aaf3f9ac6c351b38 (patch) | |
| tree | 354a5f8d9b9c2b226c7fae104a4f799d6a8fceef /ishtar_common/templates/base.html | |
| parent | 457fd420d45b0563d65277896c8e06bdf3403bf6 (diff) | |
| download | Ishtar-58f9b60015a1d83ccfbeb202aaf3f9ac6c351b38.tar.bz2 Ishtar-58f9b60015a1d83ccfbeb202aaf3f9ac6c351b38.zip | |
WIP: ajaxify shortcut menu - 3
Diffstat (limited to 'ishtar_common/templates/base.html')
| -rw-r--r-- | ishtar_common/templates/base.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ishtar_common/templates/base.html b/ishtar_common/templates/base.html index cd7b00457..7101ed7de 100644 --- a/ishtar_common/templates/base.html +++ b/ishtar_common/templates/base.html @@ -33,13 +33,11 @@ <script type='text/javascript'> var shortcut_url = '{% url "shortcut-menu" %}'; var get_file_url = '{% url "get-file-shortcut" %}'; - var get_own_file_url = '{% url "get-own-file-shortcut" %}'; var get_operation_url = '{% url "get-operation-shortcut" %}'; - var get_own_operation_url = '{% url "get-own-operation-shortcut" %}'; var get_contextrecord_url = '{% url "get-contextrecord-shortcut" %}'; - var get_own_contextrecord_url = '{% url "get-own-contextrecord-shortcut" %}'; var get_find_url = '{% url "get-find-shortcut" %}'; - var get_own_find_url = '{% url "get-own-find-shortcut" %}'; + var activate_all_search_url = '{% url "activate-all-search" %}'; + var activate_own_search_url = '{% url "activate-own-search" %}'; var activate_all_search_msg = "{% trans 'Searches in the shortcut menu deals with all items.' %}"; var activate_own_search_msg = "{% trans 'Searches in the shortcut menu deals with only your items.' %}"; </script> |
