Skip to content
Snippets Groups Projects
Commit 217df970 authored by nicrausaz's avatar nicrausaz
Browse files

style, clear

parent dfd2bcd3
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,6 @@
<p>Votre demande à bien été enregistrée, vous allez bientôt recevoir un e-mail confirmant votre postulation.</p>
<p>Vous avez la possibilité de consulter votre postulation depuis la page d'accueil de ce formulaire.</p>
<button type="button" class="btn btn-primary btn-sm mt-3 mb-2" id="retourHome">Terminer</button>
<br>
<button type="button" class="btn btn-primary btn-block btn-sm mt-3 mb-2" id="viewPostB">Consulter ma postulation</button>
</main>
\ No newline at end of file
......@@ -5,7 +5,6 @@
Annexes
</button>
<div class="collapse collapse-item show collapse-item-desktop" id="collapse-files">
<p class="editPostInputs"><small>Formats autorisés: <b>PDF, JPG, JPEG, PNG</b></small></p>
<table class="table table-boxed mb-5">
<thead>
<tr>
......
......@@ -108,7 +108,6 @@
<tr>
<td>Connaissances linguistiques</td>
<td>
<?php
if ($postulation['applicant_speaks_french']) {
echo '<img src="/assets/img/french_logo.png" alt="french_logo" width="30px">';
......@@ -123,7 +122,6 @@
echo '<img src="/assets/img/others_logo.png" alt="others_logo" width="30px">';
}
?>
<!-- <div class="editPostInputs">
<div class="custom-control custom-checkbox">
<input type="hidden" name="applicant_speaks_french" value="0">
......
......@@ -19,6 +19,7 @@
include('templates/head.php');
include('./helpers.php');
?>
<style>td {height: 40px;}</style>
</head>
<body>
<?php include('templates/header.php'); $postulations = getPostulationBySciper($pdo, $guest_sciper);?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment