1
0
mirror of https://git.topisto.net/tibo/template.git synced 2026-03-31 17:19:10 +00:00

rename fiche to modal

This commit is contained in:
Thibaud
2024-09-13 18:52:25 +02:00
parent 16a3f92b70
commit 84546f0201
2 changed files with 2 additions and 2 deletions

View File

@@ -62,7 +62,7 @@
<footer id="footer" ref="footer"></footer> <footer id="footer" ref="footer"></footer>
<dialog id="fiche" style="display:flex;flex-direction: row;"> <dialog id="modal" style="display:flex;flex-direction: row;">
<section style="width:100%;height:100%"> <section style="width:100%;height:100%">
<div style="overflow-y: hidden;overflow-x: hidden;height: 10%;"> <div style="overflow-y: hidden;overflow-x: hidden;height: 10%;">
<div style="float:left"><div class="modal_header">This is a modal header</div></div> <div style="float:left"><div class="modal_header">This is a modal header</div></div>

View File

@@ -2,7 +2,7 @@ class Modal {
// TODO : industrialiser en créant une classe // TODO : industrialiser en créant une classe
} }
const modalDialog = document.getElementById('fiche'); const modalDialog = document.getElementById('modal');
var modal_hooks = []; var modal_hooks = [];