Loading module/Application/view/application/intervenant-dossier/partial/formAutres.phtml +4 −1 Original line number Diff line number Diff line Loading @@ -43,8 +43,10 @@ $dossierAutres = $form->get('DossierAutres'); <div class="panel-body"> <?php foreach ($champsAutres as $champ): ?> <?php if (!$this->isAllowed($intervenant, constant('Application\Assertion\IntervenantDossierAssertion::PRIV_EDIT_AUTRE' . $champ->getId()))): ?> <?php if ($this->isAllowed($intervenant, constant('Application\Assertion\IntervenantDossierAssertion::PRIV_VIEW_AUTRE' . $champ->getId()))): ?> <div class="form-group"> <?= $this->formLabel($dossierAutres->get('champ-autre-' . $champ->getId()),); ?> <?php echo $this->formLabel($dossierAutres->get('champ-autre-' . $champ->getId()),); ?> <div class="input-group cold-md-6 readonly"> <?php $method = 'getAutre' . $champ->getId(); Loading @@ -56,6 +58,7 @@ $dossierAutres = $form->get('DossierAutres'); ?> </div> </div> <?php endif; ?> <?php else: ?> <?php echo $this->formControlGroup($dossierAutres->get('champ-autre-' . $champ->getId())); ?> <?php endif; ?> Loading Loading
module/Application/view/application/intervenant-dossier/partial/formAutres.phtml +4 −1 Original line number Diff line number Diff line Loading @@ -43,8 +43,10 @@ $dossierAutres = $form->get('DossierAutres'); <div class="panel-body"> <?php foreach ($champsAutres as $champ): ?> <?php if (!$this->isAllowed($intervenant, constant('Application\Assertion\IntervenantDossierAssertion::PRIV_EDIT_AUTRE' . $champ->getId()))): ?> <?php if ($this->isAllowed($intervenant, constant('Application\Assertion\IntervenantDossierAssertion::PRIV_VIEW_AUTRE' . $champ->getId()))): ?> <div class="form-group"> <?= $this->formLabel($dossierAutres->get('champ-autre-' . $champ->getId()),); ?> <?php echo $this->formLabel($dossierAutres->get('champ-autre-' . $champ->getId()),); ?> <div class="input-group cold-md-6 readonly"> <?php $method = 'getAutre' . $champ->getId(); Loading @@ -56,6 +58,7 @@ $dossierAutres = $form->get('DossierAutres'); ?> </div> </div> <?php endif; ?> <?php else: ?> <?php echo $this->formControlGroup($dossierAutres->get('champ-autre-' . $champ->getId())); ?> <?php endif; ?> Loading