mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
fix basket browser windows nok
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
{% if Basket.getPusher() %}
|
{% if Basket.getPusher() %}
|
||||||
<p>
|
<p>
|
||||||
{% set user_name = '<a href="/user/' ~ Basket.getPusher().get_id() ~ '/" tooltipsrc="' ~ path('prod_tooltip_user', { 'usr_id' : Basket.getPusher(app).getId() }) ~ '" class="UserTips">' ~ Basket.getPusher(app).get_display_name() ~ '</a>' %}
|
{% set user_name = '<a href="/user/' ~ Basket.getPusher().getId() ~ '/" tooltipsrc="' ~ path('prod_tooltip_user', { 'usr_id' : Basket.getPusher(app).getId() }) ~ '" class="UserTips">' ~ Basket.getPusher(app).getDisplayName() ~ '</a>' %}
|
||||||
{% trans with {'%user_name%' : user_name} %}Received from %user_name%{% endtrans %}
|
{% trans with {'%user_name%' : user_name} %}Received from %user_name%{% endtrans %}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user