mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
Fix #1279 : Fix "share a list" template
This commit is contained in:
@@ -29,8 +29,8 @@
|
|||||||
<img src="/skins/icons/user.png"/>
|
<img src="/skins/icons/user.png"/>
|
||||||
</td>
|
</td>
|
||||||
<td style="width:150px;padding:5px;">
|
<td style="width:150px;padding:5px;">
|
||||||
{{ owner.getUser().get_display_name() }}
|
{{ owner.getUser(app).get_display_name() }}
|
||||||
<input type="hidden" name="usr_id" value="{{ owner.getUser().get_id() }}" />
|
<input type="hidden" name="usr_id" value="{{ owner.getUser(app).get_id() }}" />
|
||||||
</td>
|
</td>
|
||||||
<td style="padding-right:10px;min-width:100px;">
|
<td style="padding-right:10px;min-width:100px;">
|
||||||
{% if app['authentication'].getUser().get_id() == owner.getUser(app).get_id() %}
|
{% if app['authentication'].getUser().get_id() == owner.getUser(app).get_id() %}
|
||||||
|
Reference in New Issue
Block a user