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