Change the icone download to floppy-save in the list_users page

This commit is contained in:
Li Chen 2013-12-01 20:04:49 +01:00
parent 5656d116af
commit 854da4a12a

View File

@ -22,7 +22,7 @@
<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>
<span class="glyphicon glyphicon-floppy-save"></span></a>
{if not $t->revoked}
<a href="/{$SALT_ADMIN}/certificate/revoke?name={$t->team_name}"
onclick="return confirm('Êtes-vous sûr de vouloir révoquer ce certificat ?')">