Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mathieu
potage
Commits
374bd10d
Commit
374bd10d
authored
Aug 22, 2018
by
Mat
Browse files
hop
parent
f213ff50
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/PotageBundle/Form/Utilisateur/UtilisateurType.php
View file @
374bd10d
...
@@ -60,7 +60,7 @@ class UtilisateurType extends AbstractType
...
@@ -60,7 +60,7 @@ class UtilisateurType extends AbstractType
));
));
$builder
->
add
(
'user'
,
EntityType
::
class
,
array
(
$builder
->
add
(
'user'
,
EntityType
::
class
,
array
(
'class'
=>
User
::
class
,
'class'
=>
User
::
class
,
'label'
=>
"Compte utilisateur"
,
'label'
=>
"Compte utilisateur
associé
"
,
'placeholder'
=>
"< choisissez dans la liste >"
,
'placeholder'
=>
"< choisissez dans la liste >"
,
'choice_label'
=>
'getUsernameEmail'
,
'choice_label'
=>
'getUsernameEmail'
,
'label_attr'
=>
array
(
'class'
=>
'col-form-label'
),
'label_attr'
=>
array
(
'class'
=>
'col-form-label'
),
...
...
src/PotageBundle/Resources/views/Utilisateur/ajaxDisplay.html.twig
View file @
374bd10d
...
@@ -88,7 +88,7 @@
...
@@ -88,7 +88,7 @@
</a>
</a>
</th>
</th>
<th
scope=
"col"
>
<th
scope=
"col"
>
<a
id=
"login"
>
Nom d'u
tilisateur
<a
id=
"login"
>
U
tilisateur
associé
</a>
</a>
</th>
</th>
<th
scope=
"col"
>
<th
scope=
"col"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment