mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge pull request #764 from romainneutron/fix-1566
[3.8] Fix #1566 : Fix basket export
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
<div class="context-menu context-menu-theme-vista">
|
||||
<div title="" class="context-menu-item">
|
||||
<div class="context-menu-item-inner"
|
||||
onclick="downloadThis('SSTTID={{basket.getId()}}');">{% trans 'action::exporter' %}
|
||||
onclick="downloadThis('ssel={{basket.getId()}}');">{% trans 'action::exporter' %}
|
||||
</div>
|
||||
</div>
|
||||
<div title="" class="context-menu-item menu3-custom-item">
|
||||
@@ -135,7 +135,7 @@
|
||||
<div class="context-menu context-menu-theme-vista">
|
||||
<div title="" class="context-menu-item">
|
||||
<div class="context-menu-item-inner"
|
||||
onclick="downloadThis('SSTTID={{basket.getId()}}');">{% trans 'action::exporter' %}
|
||||
onclick="downloadThis('ssel={{basket.getId()}}');">{% trans 'action::exporter' %}
|
||||
</div>
|
||||
</div>
|
||||
<div title="" class="context-menu-item">
|
||||
|
Reference in New Issue
Block a user