Layout for demandeur field
This commit is contained in:
parent
bf828806a9
commit
cb17173481
@ -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'
|
||||||
];
|
];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user