Move search bar to the top
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
<body>
|
||||
<?php include 'navbar.php' ?>
|
||||
<?php
|
||||
include '../database.php';
|
||||
include 'database.php';
|
||||
|
||||
$pdo = connectDatabase();
|
||||
$data = fetchHolidayData($pdo, $_GET["edit"]);
|
||||
?>
|
||||
<form method="post" action="../user_management.php">
|
||||
<form method="post" action="user_management.php">
|
||||
<div class="input-group">
|
||||
<label>Fecha</label>
|
||||
<input type="date" name="fecha_festivo" value="<?php echo $data[1]; ?>">
|
||||
|
||||
Reference in New Issue
Block a user