Add calendar configuration for each doctor
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="static/style.css" type="text/css" media="screen" />
|
||||
<script src="validate_date.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<?php include 'navbar.php'; ?>
|
||||
@@ -16,7 +15,7 @@
|
||||
$pdo = connectDatabase();
|
||||
$doctors = listDoctors($pdo);
|
||||
?>
|
||||
<form name="create_form" method="post" action="holiday_management.php">
|
||||
<form name="create_form" method="post" action="calendar_management.php">
|
||||
<div class="input-group">
|
||||
<label>Fecha</label>
|
||||
<input type="date" name="fecha_festivo" value="">
|
||||
|
||||
Reference in New Issue
Block a user