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
Libriciel
web-DPO
Commits
e926fec1
Commit
e926fec1
authored
Apr 02, 2020
by
Théo GUILLON
Browse files
Correction : id du champ multi-select
parent
e3ead61b
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/View/Elements/Formulaires/champDuFormulaire.ctp
View file @
e926fec1
...
...
@@ -210,7 +210,7 @@ foreach ($champs as $key => $value) {
.
'</label>'
.
'</div>'
.
'<div class="col-md-8">'
.
'<input
type="hidden" name="multi-select" value="" id="multi-select_
"/>'
.
'<input
id="'
.
$details
[
'name'
]
.
'" type="hidden" name="'
.
$details
[
'name'
]
.
'" value="
"/>'
.
'<select id="'
.
$details
[
'name'
]
.
'" name="multi-select" class="form-control multiSelect contentMultiSelect" multiple="multiple">'
;
foreach
(
$details
[
'options'
]
as
$key
=>
$val
)
{
$selected
=
""
;
...
...
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