mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix PHRAS-128 register fields mapping issue
This commit is contained in:
@@ -77,7 +77,7 @@ class RegistrationServiceProvider implements ServiceProviderInterface
|
|||||||
),
|
),
|
||||||
'address' => array(
|
'address' => array(
|
||||||
'label' => _('admin::compte-utilisateur adresse'),
|
'label' => _('admin::compte-utilisateur adresse'),
|
||||||
'type' => 'textarea',
|
'type' => 'text',
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
new Assert\NotBlank(),
|
new Assert\NotBlank(),
|
||||||
)
|
)
|
||||||
@@ -96,7 +96,7 @@ class RegistrationServiceProvider implements ServiceProviderInterface
|
|||||||
new Assert\NotBlank(),
|
new Assert\NotBlank(),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'position' => array(
|
'job' => array(
|
||||||
'label' => _('admin::compte-utilisateur poste'),
|
'label' => _('admin::compte-utilisateur poste'),
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
@@ -110,7 +110,7 @@ class RegistrationServiceProvider implements ServiceProviderInterface
|
|||||||
new Assert\NotBlank(),
|
new Assert\NotBlank(),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'job' => array(
|
'position' => array(
|
||||||
'label' => _('admin::compte-utilisateur activite'),
|
'label' => _('admin::compte-utilisateur activite'),
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'constraints' => array(
|
'constraints' => array(
|
||||||
|
@@ -514,7 +514,7 @@ button[type=submit] {
|
|||||||
box-radius: @inputBorderRadius !important;
|
box-radius: @inputBorderRadius !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-table input {
|
.input-table input, .input-table select, .input-table textarea {
|
||||||
border: @inputBorder !important;
|
border: @inputBorder !important;
|
||||||
background-color: @inputBackground !important;
|
background-color: @inputBackground !important;
|
||||||
color: @textColor !important;
|
color: @textColor !important;
|
||||||
|
Reference in New Issue
Block a user