mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-3072 fix on publication
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<table class="head">
|
||||
<tr>
|
||||
<td>
|
||||
<h1 class="title">
|
||||
<h1 class="title {% if entry.feed.isOwner(app.getAuthenticator().user) or entry.isPublisher(app.getAuthenticator().user) %}with_btn {% endif %}">
|
||||
{% if feed.aggregated %}
|
||||
<img style="height:16px;" src="{% if entry.feed.iconUrl == false %} /assets/common/images/icons/rss32.gif{% else %}/custom/feed_{{ entry.feed.id }}.jpg{% endif %}"/>
|
||||
{% endif %}
|
||||
@@ -18,12 +18,12 @@
|
||||
<td style="width:60px;text-align:right;">
|
||||
{% if entry.feed.isOwner(app.getAuthenticator().user) or entry.isPublisher(app.getAuthenticator().user) %}
|
||||
<div class="feed_btn_wrapper">
|
||||
<a class="options feed_edit feed_icon" title="{{ 'boutton::editer' | trans }}" href="{{ path('prod_feeds_entry_edit', { 'id' : entry.id }) }}">
|
||||
<i class="fa fa-edit"></i>
|
||||
</a>
|
||||
<a class="feed_delete feed_icon" title="{{ 'boutton::supprimer' | trans }} href="{{ path('prod_feeds_entry_delete', { 'id' : entry.id }) }}">
|
||||
<i class="fa fa-times-circle"></i>
|
||||
</a>
|
||||
<a class="options feed_edit feed_icon" title="{{ 'boutton::editer' | trans }}" href="{{ path('prod_feeds_entry_edit', { 'id' : entry.id }) }}">
|
||||
<i class="fa fa-edit"></i>
|
||||
</a>
|
||||
<a class="feed_delete feed_icon" title="{{ 'boutton::supprimer' | trans }}" href="{{ path('prod_feeds_entry_delete', { 'id' : entry.id }) }}">
|
||||
<i class="fa fa-times-circle"></i>
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user