mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix templates
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<td>
|
||||
<h1 class="title">
|
||||
<img class="loader" src="/skins/prod/Basket/Browser/loader.gif" />
|
||||
{% if Basket.getValidation() is empty or Basket.getValidation().isInitiator(user) %}
|
||||
{% if Basket.getValidation() is empty or Basket.getValidation().isInitiator(app['phraseanet.user']) %}
|
||||
<a href="/prod/baskets/{{ Basket.getId() }}/archive/?archive=1" class="archiver archive_toggler" style="display:{{ Basket.getArchived ? 'none' : '' }};">
|
||||
<span>
|
||||
<img src="/skins/prod/Basket/Browser/archive.png"/>
|
||||
|
Reference in New Issue
Block a user