diff --git a/member_group_size_calc/templates/member_group_size_calc/index.html b/member_group_size_calc/templates/member_group_size_calc/index.html index 73e26df26b16b4e7937eb4c6d6533ca099fc935c..2b0c68dc1596115fdd0c6183d2486f7c977703a1 100644 --- a/member_group_size_calc/templates/member_group_size_calc/index.html +++ b/member_group_size_calc/templates/member_group_size_calc/index.html @@ -75,34 +75,13 @@ >Počty členů</th> </tr> </thead> - <tbody class="border-x border-b border-gray-100"> - <tr> - <th class="font-bold text-left px-4 py-2 border-r border-r-gray-100">Pětina přítomných členů</th> - <th class="font-normal px-4 py-2" id="fifth-of-present-members">0</th> - </tr> - <tr> - <th class="font-bold text-left px-4 py-2 border-r border-r-gray-100">Desetina přítomných členů</th> - <th class="font-normal px-4 py-2" id="tenth-of-present-members">0</th> - </tr> - </tbody> - </table> - - <table class="inline-block table-auto"> - <thead> - <tr> - <th - class="px-5 py-2 bg-black text-white text-center text-xl border border-black" - colspan="2" - >Hodnoty podle jednacího řádu</th> - </tr> - </thead> <tbody class="border-x border-b border-gray-100"> <tr class="bg-gray-100"> - <th class="font-bold text-left px-4 py-2">Zařazení na běžící jednání</th> + <th class="font-bold text-left px-4 py-2">Zařazení na běžící jednání - 1/10 členů <br /> (Nominace do volby, Alternativní návrhy usnesení, Návrh postupu, Návrh bodu zasedání...)</th> <th class="font-normal px-4 py-2" id="ongoing-motion">0</th> </tr> <tr> - <th class="font-bold text-left px-4 py-2 border-r border-r-gray-100">Svolání jednání</th> + <th class="font-bold text-left px-4 py-2 border-r border-r-gray-100">Svolání nového jednání - 1/5 členů <br /> (Mimořádný přezkum, Odvolání, Převolba, Návrh změny stanov, Změny nebo nového předpisu či programového dokumentu, Usnesení...) </th> <th class="font-normal px-4 py-2" id="motion-start">0</th> </tr> </tbody>