Rollenkonzept verbessert
This commit is contained in:
@ -128,7 +128,9 @@
|
||||
<tr>
|
||||
<th style="color:blue; text-align:center;">Datei</th>
|
||||
<th class="d-none d-lg-table-cell" 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>
|
||||
@ -142,7 +144,9 @@
|
||||
{/if}
|
||||
</td>
|
||||
<td class="d-none d-lg-table-cell">{$table_data[table_data].uploaddatum}</td>
|
||||
{if $admin_rolle == 1}
|
||||
<td><a class="btn btn-danger btn-rounded btn-icon btn-sm" onclick="delNotenFile({$table_data[table_data].id})"><i class="fa fa-trash" style="width:18px;"></i></a></td>
|
||||
{/if}
|
||||
</tr>
|
||||
{/section}
|
||||
</tbody>
|
||||
|
Reference in New Issue
Block a user