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,13 +11,13 @@
<body>
<?php include 'navbar.php' ?>
<?php
include '../database.php';
include 'database.php';
$pdo = connectDatabase();
$doctors = listDoctors($pdo);
$patients = fetchPatients($pdo);
?>
<form name="create_form" method="post" action="../report_management.php" onsubmit="return validateReport();">
<form name="create_form" method="post" action="report_management.php" onsubmit="return validateReport();">
<div class="input-group">
<label>Titulo</label>
<input type="text" name="titulo" value="">