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
0d56f499
Commit
0d56f499
authored
Oct 18, 2021
by
Antony Le Courtes
Browse files
Changement libellé employeur (#40286)
parent
3dd2d699
Changes
2
Hide whitespace changes
Inline
Side-by-side
module/Application/view/application/intervenant-dossier/partial/formEmployeur.phtml
View file @
0d56f499
...
...
@@ -29,7 +29,7 @@ $dossierInsee = $form->get('DossierEmployeur');
<div
class=
"col-md-6"
>
<div
class=
"panel panel-default "
>
<div
class=
"panel-heading"
>
EMPLOYEUR
EMPLOYEUR
PRINCIPAL
<?php
if
(
!
empty
(
$tblDossier
))
:
?>
<?php
if
(
!
$tblDossier
->
getCompletudeEmployeur
())
:
?>
<span
class=
"label label-warning"
>
A compléter
</span>
...
...
module/Application/view/application/intervenant-dossier/partial/formEmployeurView.phtml
View file @
0d56f499
...
...
@@ -19,7 +19,7 @@ $dossierEmployeur = $form->get('DossierEmployeur');
<div
class=
"col-md-6"
>
<div
class=
"panel panel-default "
>
<div
class=
"panel-heading"
>
EMPLOYEUR
EMPLOYEUR
PRINCIPAL
<?php
if
(
!
empty
(
$tblDossier
))
:
?>
<?php
if
(
!
$intervenantDossier
->
getTblDossier
()
->
getCompletudeEmployeur
())
:
?>
<span
class=
"label label-warning"
>
A compléter
</span>
...
...
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