Correction erreur notice
This commit is contained in:
parent
6d5a72da38
commit
616552837f
|
@ -72,10 +72,9 @@ $medecinOpt = (!is_numeric($medecinOpt)) ? null : $medecinOpt;
|
|||
<div id='BREADCRUMB'><a href='Dashboard.php'>Accueil</a> <a href='Consultations.php'>Consultations</a></a> </div>
|
||||
|
||||
|
||||
<?php/********************************/
|
||||
/* CONSULTER LES RENDEZ-VOUS */
|
||||
/*************************************/
|
||||
?>
|
||||
<!-- /*************************************/ -->
|
||||
<!-- /* CONSULTER LES RENDEZ-VOUS */ -->
|
||||
<!-- /*************************************/ -->
|
||||
<article data-title="Calendrier des consultations">
|
||||
<div><form action='' method='POST'>
|
||||
|
||||
|
|
|
@ -74,9 +74,9 @@ $medecinsSearch = ( isset($_GET['medecins']) ) ? json_decode( customCompression(
|
|||
<!-- FIL D'ARIANE -->
|
||||
<div id='BREADCRUMB'><a href='Dashboard.php'>Accueil</a> <a href='Medecins.php'>Gestion des médecins</a></a> </div>
|
||||
|
||||
<?php/********************************/
|
||||
/* CONSULTER LES MÉDECIN */
|
||||
/*************************************/ ?>
|
||||
<!-- /*************************************/ -->
|
||||
<!-- /* CONSULTER LES MÉDECIN */ -->
|
||||
<!-- /*************************************/ -->
|
||||
<article data-title="Rechercher un médecin">
|
||||
<form method='POST' action='managers/'>
|
||||
<br><h4>Recherche par nom et/ou prénom:</h4>
|
||||
|
|
|
@ -77,9 +77,9 @@ $patientOpt = (isset($_POST['update_id'])) ? $_POST['update_id'] : null;
|
|||
<div id='BREADCRUMB'><a href='Dashboard.php'>Accueil</a> <a href='Patients.php'>Gestion des Patients</a></a> </div>
|
||||
|
||||
|
||||
<?php/********************************/
|
||||
/* CONSULTER LES PATIENTS */
|
||||
/*************************************/ ?>
|
||||
<!-- /*************************************/ -->
|
||||
<!-- /* CONSULTER LES PATIENTS */ -->
|
||||
<!-- /*************************************/ -->
|
||||
<article data-title="Rechercher un patient">
|
||||
<form method='POST' action='managers/'>
|
||||
<br><h4>Recherche par nom et/ou prénom:</h4>
|
||||
|
|
Loading…
Reference in New Issue