mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Address PR comments
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<img src="/skins/icons/user.png"/>
|
||||
</td>
|
||||
<td style="width:150px;padding:5px;">
|
||||
{{ owner.getUser().getDisplayName(app['translator']) }}
|
||||
{{ owner.getUser().getDisplayName() }}
|
||||
<input type="hidden" name="usr_id" value="{{ owner.getUser().getId() }}" />
|
||||
</td>
|
||||
<td style="padding-right:10px;min-width:100px;">
|
||||
|
@@ -57,7 +57,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for user in results %}
|
||||
<tr class="{% if list.has(user, app) %} selected {% endif %}{% if loop.index is odd %} odd {% endif %}">
|
||||
<tr class="{% if list.has(user) %} selected {% endif %}{% if loop.index is odd %} odd {% endif %}">
|
||||
<td>
|
||||
{{ user.getLogin() }}
|
||||
<input name="usr_id" value="{{ user.getId() }}" type="hidden" />
|
||||
@@ -188,7 +188,7 @@
|
||||
<img src="/skins/icons/user.png"/>
|
||||
</td>
|
||||
<td class="infos" >
|
||||
<span class="name">{{ entry.getUser().getDisplayName(app['translator']) }}</span>
|
||||
<span class="name">{{ entry.getUser().getDisplayName() }}</span>
|
||||
<span class="subtite"></span>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user