Correction erreur notice

This commit is contained in:
xdrm-brackets 2016-01-03 19:01:02 +01:00
parent 6d5a72da38
commit 616552837f
3 changed files with 9 additions and 10 deletions

View File

@ -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'>

View File

@ -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>

View File

@ -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>