Move the function remove_team from list_users.php to Team.class
Revoke certificates after drop all teams
This commit is contained in:
parent
964d3b067f
commit
31eabf84b4
4 changed files with 43 additions and 18 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<tr>
|
||||
<td>
|
||||
{$t->id}<br>
|
||||
<a href="?delete={$t->id}" onclick="return confirm('Êtes-vous sûr de vouloir supprimer cette équipe ?')">
|
||||
<a href="?delete={$t->id}&name={$t->team_name}" onclick="return confirm('Êtes-vous sûr de vouloir supprimer cette équipe ?')">
|
||||
<span class="glyphicon glyphicon-trash"></span></a>
|
||||
<a href="/{$SALT_ADMIN}/certificate/get?name={$t->team_name}">
|
||||
<span class="glyphicon glyphicon-download"></span></a>
|
||||
|
|
|
|||
Reference in a new issue