fix translations and layout in user CRUD

close #615 0h45
This commit is contained in:
2015-09-29 15:54:17 +02:00
parent 31f3744ad9
commit 2e650a53db
7 changed files with 39 additions and 14 deletions

View File

@@ -54,9 +54,9 @@
</table>
{% else %}
<p>{{ 'The user does not belong to any groupcenter'|trans }}.
<p>{{ 'Any permissions granted to this user'|trans }}.
<a href="{{ path('admin_user_edit', { 'id': entity.id }) }}">
{{ 'Add new group centers'|trans }}
{{ 'Grant new permissions'|trans }}
</a>
</p>
{% endif %}