Skip to content
Snippets Groups Projects
Commit 59f3dd42 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

add column title, re #2393

parent 0d46c954
No related branches found
No related tags found
No related merge requests found
...@@ -19,14 +19,14 @@ Helpbar::get()->addPlainText(_('Info'), "Hier sehen Sie alle Personenlisten, auf ...@@ -19,14 +19,14 @@ Helpbar::get()->addPlainText(_('Info'), "Hier sehen Sie alle Personenlisten, auf
<col> <col>
<col> <col>
<col> <col>
<col style="width: 48px"> <col style="width: 8ex;">
</colgroup> </colgroup>
<thead> <thead>
<tr> <tr>
<th><?= _('Name') ?></th> <th><?= _('Name') ?></th>
<th><?= _('Beschreibung') ?></th> <th><?= _('Beschreibung') ?></th>
<th><?= _('Personen') ?></th> <th><?= _('Personen') ?></th>
<th></th> <th><?= _('Aktionen') ?></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment