fix tools actions with event delegation in basket workzone

fix bridge action href in basket workzone
PHRAS-615 - fix tools actions positionning in basket workzone
This commit is contained in:
Florian BLOUET
2015-11-27 10:48:57 +01:00
parent 0621c3fe55
commit 4e7131f296
7 changed files with 27 additions and 25 deletions

View File

@@ -309,7 +309,7 @@
href="#"
{% endif %}
class="WorkZoneElementRemover {{ wz_scope }}" title="{{ 'delete' | trans }}" >
X
<i class="icon-remove"></i>
</a>
{% if app['settings'].getUserSetting(app.getAuthenticatedUser(), 'basket_caption_display') == '1' %}
<div class="captionRolloverTips" tooltipsrc="{{ path('prod_tooltip_caption', { 'sbas_id' : record.get_sbas_id(), 'record_id' : record.get_record_id(), 'context' : 'basket', 'number' : record.getNumber() }) }}"></div>