Loading module/Autoform/src/Autoform/View/Helper/partial/input/text.phtml +9 −6 Original line number Diff line number Diff line Loading @@ -9,13 +9,16 @@ use Autoform\Entity\Db\Champ; $options = explode(';', $champ->getOptions()); ?> <div class="row"> <div class="form-group"> <label for="text_<?php echo $champ->getId()?>" class="col-sm-32 control-label"> <!--<div class="row">--> <!-- <div class="form-group">--> <label for="text_<?php echo $champ->getId()?>" class="col-sm-2 control-label"> <?php echo $champ->getLibelle()?> : </label> <div class="col-sm-9"> <input class="form-control" type="text" id="text_<?php echo $champ->getId()?>" name="<?php echo $champ->getId()?>" value="<?php echo trim($reponse); ?>" </div> </div> <input class="form-control" type="text" id="text_<?php echo $champ->getId()?>" name="<?php echo $champ->getId()?>" value="<?php echo trim($reponse); ?>" /> </div> <!-- </div>--> <!--</div>--> No newline at end of file module/Autoform/src/Autoform/View/Helper/partial/input/textarea.phtml +1 −5 Original line number Diff line number Diff line Loading @@ -11,14 +11,10 @@ $options = explode(';', $champ->getOptions()); <div class="row"> <div class="form-group"> <!-- <label for="textarea_--><?php //echo $champ->getId(); ?><!--" class="col-sm-2 control-label">--> <strong><?php echo $champ->getLibelle(); ?> :</strong><br/> <!-- </label>--> <label for="textarea_<?php echo $champ->getId(); ?>"><?php echo $champ->getLibelle(); ?></label> <div class="col-sm-12"> <textarea class="form-control autoform-textarea" id="textarea_<?php echo $champ->getId(); ?>" name="<?php echo $champ->getId(); ?>" ><?php echo trim($reponse); ?></textarea> <br/> </div> </div> </div> Loading module/EntretienProfessionnel/view/entretien-professionnel/entretien-professionnel/renseigner.phtml +0 −5 Original line number Diff line number Diff line Loading @@ -105,11 +105,6 @@ echo $this->partial('partial/header', ['entretien' => $entretien, 'agent' => $ag <div class="tab-content"> <span style="color:darkred;"> L'enregistrement des données saisies dans le formulaire est fait <strong>QUE LORS</strong> du clic sur le bouton 'Valider le formulaire'. </span> <div id="formulaire" class="tab-pane " role="tabpanel"> <?php echo $this->partial('partial/formulaire', ['entretien' => $entretien, 'fichePoste' => $ficheposte, 'connectedUser' => $connectedUser, 'source' => 'renseignerAction']); ?> </div> Loading Loading
module/Autoform/src/Autoform/View/Helper/partial/input/text.phtml +9 −6 Original line number Diff line number Diff line Loading @@ -9,13 +9,16 @@ use Autoform\Entity\Db\Champ; $options = explode(';', $champ->getOptions()); ?> <div class="row"> <div class="form-group"> <label for="text_<?php echo $champ->getId()?>" class="col-sm-32 control-label"> <!--<div class="row">--> <!-- <div class="form-group">--> <label for="text_<?php echo $champ->getId()?>" class="col-sm-2 control-label"> <?php echo $champ->getLibelle()?> : </label> <div class="col-sm-9"> <input class="form-control" type="text" id="text_<?php echo $champ->getId()?>" name="<?php echo $champ->getId()?>" value="<?php echo trim($reponse); ?>" </div> </div> <input class="form-control" type="text" id="text_<?php echo $champ->getId()?>" name="<?php echo $champ->getId()?>" value="<?php echo trim($reponse); ?>" /> </div> <!-- </div>--> <!--</div>--> No newline at end of file
module/Autoform/src/Autoform/View/Helper/partial/input/textarea.phtml +1 −5 Original line number Diff line number Diff line Loading @@ -11,14 +11,10 @@ $options = explode(';', $champ->getOptions()); <div class="row"> <div class="form-group"> <!-- <label for="textarea_--><?php //echo $champ->getId(); ?><!--" class="col-sm-2 control-label">--> <strong><?php echo $champ->getLibelle(); ?> :</strong><br/> <!-- </label>--> <label for="textarea_<?php echo $champ->getId(); ?>"><?php echo $champ->getLibelle(); ?></label> <div class="col-sm-12"> <textarea class="form-control autoform-textarea" id="textarea_<?php echo $champ->getId(); ?>" name="<?php echo $champ->getId(); ?>" ><?php echo trim($reponse); ?></textarea> <br/> </div> </div> </div> Loading
module/EntretienProfessionnel/view/entretien-professionnel/entretien-professionnel/renseigner.phtml +0 −5 Original line number Diff line number Diff line Loading @@ -105,11 +105,6 @@ echo $this->partial('partial/header', ['entretien' => $entretien, 'agent' => $ag <div class="tab-content"> <span style="color:darkred;"> L'enregistrement des données saisies dans le formulaire est fait <strong>QUE LORS</strong> du clic sur le bouton 'Valider le formulaire'. </span> <div id="formulaire" class="tab-pane " role="tabpanel"> <?php echo $this->partial('partial/formulaire', ['entretien' => $entretien, 'fichePoste' => $ficheposte, 'connectedUser' => $connectedUser, 'source' => 'renseignerAction']); ?> </div> Loading