From b38b279b2fbad9e0048b5eebb432e4d5e98a2fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=C3=A1=C5=A1=20Havelka?= <jonas.havelka@volny.cz> Date: Wed, 5 Mar 2025 15:30:28 +0100 Subject: [PATCH] =?UTF-8?q?Nepot=C5=99ebn=C3=BD=20atribut=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../korektury/korekturovatko/moduly/schovani_korektur.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/korektury/templates/korektury/korekturovatko/moduly/schovani_korektur.html b/korektury/templates/korektury/korekturovatko/moduly/schovani_korektur.html index 80d8225e..1d6d2063 100644 --- a/korektury/templates/korektury/korekturovatko/moduly/schovani_korektur.html +++ b/korektury/templates/korektury/korekturovatko/moduly/schovani_korektur.html @@ -1,22 +1,18 @@ Zobrazit: <input type="checkbox" id="k_oprave_checkbox" - name="k_oprave_checkbox" onchange="toggle_corrections('k_oprave')" checked> <label for="k_oprave_checkbox">K opravě (<span id="k_oprave_pocet">↺</span>)</label> <input type="checkbox" id="opraveno_checkbox" - name="opraveno_checkbox" onchange="toggle_corrections('opraveno')" checked> <label for="opraveno_checkbox">Opraveno (<span id="opraveno_pocet">↺</span>)</label> <input type="checkbox" id="neni_chyba_checkbox" - name="neni_chyba_checkbox" onchange="toggle_corrections('neni_chyba')" checked> <label for="neni_chyba_checkbox">Není chyba (<span id="neni_chyba_pocet">↺</span>)</label> <input type="checkbox" id="k_zaneseni_checkbox" - name="k_zaneseni_checkbox" onchange="toggle_corrections('k_zaneseni')" checked> <label for="k_zaneseni_checkbox">K zanesení (<span id="k_zaneseni_pocet">↺</span>)</label>