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.
13 lines
1.3 KiB
SQL
13 lines
1.3 KiB
SQL
-- Menu promoteur — Gestion des quantités et dossards (rollout superadm, fxShowBibTool4)
|
|
DELETE FROM info WHERE info_clef = 'tableau_promoteur_menu_gestion_qte_dossards' AND info_prg = 'compte.php';
|
|
|
|
INSERT INTO info (info_clef, info_langue, info_texte, info_aide, info_prg, info_description, info_trie, info_actif, info_option1, info_option2, info_option3, info_creation) VALUES
|
|
('tableau_promoteur_menu_gestion_qte_dossards', 'fr', 'Gestion des quantités et dossards', 'Nouvelle interface complète par épreuve — superadm seulement pendant le rollout.', 'compte.php', '', 0, 1, '', '', '', NOW()),
|
|
('tableau_promoteur_menu_gestion_qte_dossards', 'en', 'Quantities and bib management', 'Full per-race interface — superadm only during rollout.', 'compte.php', '', 0, 1, '', '', '', NOW());
|
|
|
|
-- Page compte (/compte/inc_tableau_gestion_epreuves)
|
|
DELETE FROM inscriptions_pages WHERE pag_code = 'compte_inc_tableau_gestion_epreuves';
|
|
|
|
INSERT INTO inscriptions_pages (pag_code, pag_label_fr, pag_label_en, pag_titre_fr, pag_titre_en, pag_texte_fr, pag_texte_en, pag_keywords_fr, pag_keywords_en, pag_tri, pag_maj, pag_menu, pag_actif) VALUES
|
|
('compte_inc_tableau_gestion_epreuves', 'Qtés et dossards', 'Qty & bibs', 'Gestion des quantités et dossards', 'Quantities and bib management', '', '', '', '', 0, NOW(), 0, 1);
|