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
1d1a10b9
Commit
1d1a10b9
authored
Aug 11, 2020
by
Théo GUILLON
Browse files
Correction : fermeture du calendrier après la dernière selection
parent
44a97d7f
Changes
7
Hide whitespace changes
Inline
Side-by-side
app/Plugin/FormGenerator/webroot/js/createForm.js
View file @
1d1a10b9
...
...
@@ -285,7 +285,8 @@ var createForm = function(typeCreateForm) {
startView
:
'
decade
'
,
format
:
'
dd/mm/yyyy
'
,
minView
:
2
,
language
:
'
fr
'
language
:
'
fr
'
,
autoclose
:
true
});
}
});
...
...
app/View/Crons/planifier.ctp
View file @
1d1a10b9
...
...
@@ -87,7 +87,8 @@ echo $this->Html->css('/js/smalot-bootstrap-datetimepicker/css/bootstrap-datetim
$
(
'
#nextexecutiontime
'
).
datetimepicker
({
language
:
'
fr
'
,
inline
:
true
,
sideBySide
:
true
sideBySide
:
true
,
autoclose
:
true
});
});
...
...
app/View/Elements/Fiches/tabs/coresponsable.ctp
View file @
1d1a10b9
...
...
@@ -162,7 +162,8 @@ if (isset($this->validationErrors['WebdpoCoresponsable']) && !empty($this->valid
startView
:
'
decade
'
,
format
:
'
dd/mm/yyyy
'
,
minView
:
2
,
language
:
'
fr
'
language
:
'
fr
'
,
autoclose
:
true
});
});
...
...
@@ -182,7 +183,8 @@ if (isset($this->validationErrors['WebdpoCoresponsable']) && !empty($this->valid
startView
:
'
decade
'
,
format
:
'
dd/mm/yyyy
'
,
minView
:
2
,
language
:
'
fr
'
language
:
'
fr
'
,
autoclose
:
true
});
});
...
...
app/View/Elements/Fiches/tabs/formulaire.ctp
View file @
1d1a10b9
...
...
@@ -281,7 +281,8 @@ $line = 1;
startView
:
'
decade
'
,
format
:
'
dd/mm/yyyy
'
,
minView
:
2
,
language
:
'
fr
'
language
:
'
fr
'
,
autoclose
:
true
});
});
...
...
app/View/Elements/Fiches/tabs/soustraitance.ctp
View file @
1d1a10b9
...
...
@@ -159,7 +159,8 @@ if (isset($this->validationErrors['WebdpoSoustraitance']) ) {
startView
:
'
decade
'
,
format
:
'
dd/mm/yyyy
'
,
minView
:
2
,
language
:
'
fr
'
language
:
'
fr
'
,
autoclose
:
true
});
});
...
...
@@ -178,7 +179,8 @@ if (isset($this->validationErrors['WebdpoSoustraitance']) ) {
startView
:
'
decade
'
,
format
:
'
dd/mm/yyyy
'
,
minView
:
2
,
language
:
'
fr
'
language
:
'
fr
'
,
autoclose
:
true
});
});
...
...
app/View/Elements/Formulaires/champDuFormulaire.ctp
View file @
1d1a10b9
...
...
@@ -263,7 +263,8 @@ foreach ($champs as $key => $value) {
startView
:
'
decade
'
,
format
:
'
dd/mm/yyyy
'
,
minView
:
2
,
language
:
'
fr
'
language
:
'
fr
'
,
autoclose
:
true
});
});
...
...
app/webroot/js/FormulaireGenerator/createFormulaire.js
View file @
1d1a10b9
...
...
@@ -324,7 +324,8 @@ let createForm = function(typeCreateForm) {
startView
:
'
decade
'
,
format
:
'
dd/mm/yyyy
'
,
minView
:
2
,
language
:
'
fr
'
language
:
'
fr
'
,
autoclose
:
true
});
}
});
...
...
Write
Preview
Markdown
is supported
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