mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix neutron comment's
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
<select name="template">
|
||||
<option value="">{{ 'boutton::choisir' | trans }}</option>
|
||||
{% for template in templates %}
|
||||
<option value="{{ template.getId() }}">{{ template.getDisplayName(app['translator']) }}</option>
|
||||
<option value="{{ template.getId() }}">{{ template.getLogin() }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<button class="btn" type='button' id='reset_rights'>{{ 'Delete all users rights' | trans }}</button>
|
||||
|
@@ -60,7 +60,7 @@
|
||||
<select name="template_chooser" class="input-medium">
|
||||
<option value="">{{ 'boutton::choisir' | trans }}</option>
|
||||
{% for template in templates %}
|
||||
<option value="{{ template.getId() }}">{{ template.getDisplayName(app['translator']) }}</option>
|
||||
<option value="{{ template.getId() }}">{{ template.getLogin() }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
<button type="submit" class="btn">{{ 'boutton::appliquer' | trans }}</button>
|
||||
@@ -149,7 +149,7 @@
|
||||
</td>
|
||||
{% if usr.getLastModel() is not none %}
|
||||
<td>
|
||||
{{ usr.getLastModel().getDisplayName(app['translator'])}}
|
||||
{{ usr.getLastModel().getLogin() }}
|
||||
</td>
|
||||
{% endif %}
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user