Move the function remove_team from list_users.php to Team.class

Revoke certificates after drop all teams
This commit is contained in:
Li Chen 2013-12-01 19:40:47 +01:00
commit 31eabf84b4
4 changed files with 43 additions and 18 deletions

View file

@ -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>