Move search bar to the top

This commit is contained in:
2020-06-21 20:38:22 +02:00
parent 554baf39ff
commit e5c6e2d6a2
14 changed files with 54 additions and 50 deletions

View File

@@ -11,12 +11,12 @@
<body>
<?php include 'navbar.php' ?>
<?php
include '../database.php';
include 'database.php';
$pdo = connectDatabase();
$doctors = listDoctors($pdo);
?>
<form name="create_form" method="post" action="../holiday_management.php">
<form name="create_form" method="post" action="holiday_management.php">
<div class="input-group">
<label>Fecha</label>
<input type="date" name="fecha_festivo" value="">