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>