Rollenkonzept verbessert
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user