Rollenkonzept verbessert

This commit is contained in:
aschwarz
2023-09-19 13:21:36 +02:00
parent 2313b67545
commit d86dcf1dfe
15 changed files with 33 additions and 4 deletions

View File

@ -134,7 +134,9 @@
<tr>
<th style="color:blue; text-align:center;">Datei</th>
<th style="color:blue; text-align:center;">Uploaddatum</th>
{if $admin_rolle == 1}
<th style="color:blue; text-align:center;">Aktion</th>
{/if}
<tr>
</thead>
<tbody>
@ -148,7 +150,9 @@
{/if}
</td>
<td>{$table_data[table_data].uploaddatum}</td>
{if $admin_rolle == 1}
<td><a class="btn btn-danger btn-rounded btn-icon btn-sm" onclick="delMemberFile({$table_data[table_data].id})"><i class="fa fa-trash" style="width:18px;"></i></a></td>
{/if}
</tr>
{/section}
</tbody>