From 59f3dd4202ef4dbbd9571b0a4140b21fff169559 Mon Sep 17 00:00:00 2001
From: Jan-Hendrik Willms <tleilax+github@gmail.com>
Date: Tue, 25 Apr 2023 15:23:22 +0200
Subject: [PATCH] add column title, re #2393

---
 app/views/admission/userlist/index.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/views/admission/userlist/index.php b/app/views/admission/userlist/index.php
index 4c87fdfa461..968755807d9 100644
--- a/app/views/admission/userlist/index.php
+++ b/app/views/admission/userlist/index.php
@@ -19,14 +19,14 @@ Helpbar::get()->addPlainText(_('Info'), "Hier sehen Sie alle Personenlisten, auf
             <col>
             <col>
             <col>
-            <col style="width: 48px">
+            <col style="width: 8ex;">
         </colgroup>
         <thead>
             <tr>
                 <th><?= _('Name') ?></th>
                 <th><?= _('Beschreibung') ?></th>
                 <th><?= _('Personen') ?></th>
-                <th></th>
+                <th><?= _('Aktionen') ?></th>
             </tr>
         </thead>
         <tbody>
-- 
GitLab