Changed directory structure of forms/inputs slightly
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
{% extends "@admin/forms/user.html.twig" %}
|
||||
|
||||
{% block user_form %}
|
||||
{% include "forms/partials/input-user-user_name.html.twig" with { 'col_width': 'col-sm-6' } %}
|
||||
{% include "forms/inputs/user-user_name.html.twig" with { 'col_width': 'col-sm-6' } %}
|
||||
|
||||
{% include "forms/partials/input-user-group.html.twig" with { 'col_width': 'col-sm-6' } %}
|
||||
{% include "forms/inputs/user-group.html.twig" with { 'col_width': 'col-sm-6' } %}
|
||||
|
||||
{% include "forms/partials/input-user-name.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
{% include "forms/inputs/user-name.html.twig" with { 'col_width': 'col-sm-12' } %}
|
||||
|
||||
{% include "forms/partials/input-user-email.html.twig" with { 'col_width': 'col-sm-6' } %}
|
||||
{% include "forms/inputs/user-email.html.twig" with { 'col_width': 'col-sm-6' } %}
|
||||
|
||||
{% include "forms/partials/input-user-theme.html.twig" with { 'col_width': 'col-sm-6' } %}
|
||||
{% include "forms/inputs/user-theme.html.twig" with { 'col_width': 'col-sm-6' } %}
|
||||
|
||||
{% include "forms/partials/input-user-locale.html.twig" with { 'col_width': 'col-sm-6' } %}
|
||||
{% include "forms/inputs/user-locale.html.twig" with { 'col_width': 'col-sm-6' } %}
|
||||
|
||||
{% if 'password' not in form.fields.hidden %}
|
||||
{% include "forms/partials/user-set-password.html.twig" %}
|
||||
|
||||
Reference in New Issue
Block a user