From dcb070ebe460c5928c1d1c02833ed036f0eb41b6 Mon Sep 17 00:00:00 2001
From: "martin.kucera" <kucera@altar.cz>
Date: Fri, 2 May 2025 10:09:36 +0000
Subject: [PATCH] Edit index.html https://redmine.pirati.cz/issues/46530

---
 .../member_group_size_calc/index.html         | 25 ++-----------------
 1 file changed, 2 insertions(+), 23 deletions(-)

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 73e26df..2b0c68d 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>
-- 
GitLab