Refactor event management interface by replacing V2 with new gestion epreuves functionality

This commit updates the event management interface by replacing the previous V2 implementation with a new gestion epreuves section. The associated PHP files have been modified to include the new functionality, and the old V2 files have been removed. CSS styles have been cleaned up to reflect these changes. The version code has been incremented to 4.72.650 to signify the updates made.
This commit is contained in:
2026-06-17 14:13:08 -04:00
parent 8f49173141
commit b773f767b7
10 changed files with 108 additions and 141 deletions

View File

@ -720,9 +720,9 @@ require_once("inc_header.php");
$blnBoutonRetour = false;
include("inc_tableau_epreuves.php");
break;
case 'compte_inc_tableau_epreuves_v2':
case 'compte_inc_tableau_gestion_epreuves':
$blnBoutonRetour = false;
include("inc_tableau_epreuves_v2.php");
include("inc_tableau_gestion_epreuves.php");
break;
case 'compte_inc_tableau_liste_attente':