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
Mikael Salson
alecsia
Commits
e2f551d8
Commit
e2f551d8
authored
May 27, 2020
by
David Ivain
Browse files
correction tooltip
parent
3d0d5911
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Alecsia/AnnotationBundle/Resources/views/Correction/Students/manageStudentsForm.html.twig
View file @
e2f551d8
...
...
@@ -42,7 +42,7 @@
{%
set
disabledStatus
=
''
%}
{%
endif
%}
{%
endif
%}
<li
title=
"
{{
s.
d
isplay
User
Name
}}
"
><input
type=
"checkbox"
name=
"students[]"
value=
"
{{
s.id
}}
"
id=
"stu
{{
s.id
}}
"
{{
checkedStatus
}}
{{
disabledStatus
}}
/><label
for=
"stu
{{
s.id
}}
"
>
{{
user.displayUserName
(
s
)
}}
</label></li>
<li
title=
"
{{
s.
getAbsoluteD
isplayName
()
}}
"
><input
type=
"checkbox"
name=
"students[]"
value=
"
{{
s.id
}}
"
id=
"stu
{{
s.id
}}
"
{{
checkedStatus
}}
{{
disabledStatus
}}
/><label
for=
"stu
{{
s.id
}}
"
>
{{
user.displayUserName
(
s
)
}}
</label></li>
{%
endfor
%}
</ul>
...
...
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