mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
#PHRAS-260 #time 5m
This commit is contained in:
@@ -213,22 +213,6 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{# Bandeau de présentation #}
|
||||
<div class="well well-small action-block">
|
||||
<h5>{% trans 'admin::base:collection: image de presentation : ' %}</h5>
|
||||
{% if collection.getPresentation(bas_id) is not empty %}
|
||||
<div class="thumbnail" style="width:650px;height:200px">{{ collection.getPresentation(bas_id)| raw }}</div>
|
||||
{% if app['authentication'].getUser().ACL.has_right_on_base(bas_id, 'manage') %}
|
||||
<form method="post" action="{{ path('admin_collection_delete_banner', { 'bas_id' : bas_id }) }}" style="margin:0;">
|
||||
<button class="btn btn-danger btn-mini">
|
||||
<i class="icon-trash icon-white"></i>
|
||||
{% trans 'boutton::supprimer' %}
|
||||
</button>
|
||||
</form>
|
||||
{% endif%}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{# Invalid file type modal shown when uploaded logo file is invalid #}
|
||||
<div id="invalid-modal" class="modal hide fade">
|
||||
<div class="modal-header">
|
||||
|
Reference in New Issue
Block a user