Move search bar to the top
This commit is contained in:
@@ -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="">
|
||||
|
||||
Reference in New Issue
Block a user