Remove table headline "actions" from ressource lists

This commit is contained in:
Patrick Jentsch 2021-01-13 11:56:51 +01:00
parent 16dc87bc94
commit 24bd0fa174
2 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@
<th class="sort" data-sort="author">Author</th>
<th class="sort" data-sort="title">Title</th>
<th class="sort" data-sort="publishing-year">Publishing year</th>
<th>Actions</th>
<th></th>
</tr>
</thead>
<tbody class="list"></tbody>

View File

@ -138,7 +138,7 @@
<thead>
<tr>
<th class="sort" data-sort="filename">Filename</th>
<th>Actions</th>
<th></th>
</tr>
</thead>
<tbody class="list"></tbody>
@ -164,7 +164,7 @@
<tr>
<th>Description</th>
<th>Filename</th>
<th>Actions</th>
<th></th>
</tr>
</thead>
<tbody class="list"></tbody>