Layout for demandeur field

This commit is contained in:
lars 2019-03-11 15:38:58 +01:00
parent bf828806a9
commit cb17173481
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,8 @@ return [
'host' => 'accred-db', 'host' => 'accred-db',
'name' => 'accred19', 'name' => 'accred19',
'user' => 'accred', 'user' => 'accred',
'pass' => 'accred19' 'pass' => 'accred19',
'year' => '2019'
]; ];
?> ?>

View File

@ -3,8 +3,8 @@
?> ?>
<div id="frmcontent"> <div id="frmcontent">
<div class="row"> <div class="row">
<h6><strong><?php echo $label_titre;?></strong></h6><br> <h7><strong><?php echo $label_titre;?></strong></h7><br>
<div class="cell"><?php echo $label_demande_pour . $demande_pour ?></div> <div class="cell"><?php echo $label_demande_pour . $demande_pour ?></div><br>
<div class="cell"><?php echo $label_salutation . $salutation ?></div> <div class="cell"><?php echo $label_salutation . $salutation ?></div>
<div class="cell"><?php echo $label_name . $nom ?></div> <div class="cell"><?php echo $label_name . $nom ?></div>
<div class="cell"><?php echo $label_prenom . $prenom ?></div> <div class="cell"><?php echo $label_prenom . $prenom ?></div>