aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2023-04-25 15:23:22 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2023-04-25 15:23:31 +0200
commit59f3dd4202ef4dbbd9571b0a4140b21fff169559 (patch)
tree97e20bef40aefe28bcf704d2d5883b699afd4757 /app
parent0d46c9549881cdce2a9bef7f18dbca4ef9d2e1b5 (diff)
add column title, re #2393
Diffstat (limited to 'app')
-rw-r--r--app/views/admission/userlist/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admission/userlist/index.php b/app/views/admission/userlist/index.php
index 4c87fdf..9687558 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>