Fix neutron comment's

This commit is contained in:
Nicolas Le Goff
2014-01-28 11:45:15 +01:00
parent 7c0d1e3d8d
commit ab9362dd60
6 changed files with 5 additions and 16 deletions

View File

@@ -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>

View File

@@ -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>