Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
a5a2868c
Commit
a5a2868c
authored
Feb 14, 2022
by
joriot221
Browse files
Petite correction message erreur
parent
375f124d
Changes
1
Hide whitespace changes
Inline
Side-by-side
module/Application/view/application/contrat/saisir-retour.phtml
View file @
a5a2868c
...
...
@@ -20,5 +20,5 @@ if ($canSaisieDateSigne) {
echo
$this
->
formSubmit
(
$form
->
get
(
'submit'
)
->
setAttribute
(
'class'
,
'btn btn-primary'
));
echo
$this
->
form
()
->
closeTag
();
}
else
{
echo
"Un
contrat
doit être déposé pour pouvoir renseigner la date de retour signé"
;
echo
"Un
fichier
doit être déposé pour pouvoir renseigner la date de retour signé"
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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