Ajout d'un séparateur horizontal
This commit is contained in:
parent
2272a8b45d
commit
7a81d09b88
|
@ -15,8 +15,6 @@ $tournament_data = $DB->query("SELECT `name`, `date_start` FROM `tournaments` WH
|
|||
$documents_req = $DB->prepare("SELECT `file_id`, `user`, `type`, COUNT(`type`) AS `version` FROM `documents` WHERE `team` = ? GROUP BY `type` ORDER BY `user`, `type` ASC, `uploaded_at` DESC;");
|
||||
$documents_req->execute([$team_data["id"]]);
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
||||
<?php include "header.php" ?>
|
||||
|
@ -41,6 +39,8 @@ for ($i = 1; $i <= 6; ++$i) {
|
|||
}
|
||||
?>
|
||||
|
||||
<hr />
|
||||
|
||||
<h2>Autorisations</h2>
|
||||
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue