Improvement of the array in the admin.php page

This commit is contained in:
Juliette Cougnoux 2017-02-14 17:57:10 +01:00
parent 1852aadab8
commit 3b7a74bbbe

View file

@ -38,6 +38,8 @@ function show_my_details($name,$type,$letter=NULL) {
print '<td><b>'; print '<td><b>';
if(account_is_locked($name)) { if(account_is_locked($name)) {
print 'Oui'; print 'Oui';
} else {
print 'Non';
} }
print '</b></td>'; print '</b></td>';
} }
@ -191,7 +193,7 @@ if (isset($_SESSION['login'])) {
<tr> <tr>
<td><strong>Nom du compte</strong></td> <td><strong>Nom du compte</strong></td>
<?php <?php
if ( $type == 'compte' && $conf['admin']['quota']) { if ( $conf['admin']['quota']) {
?> ?>
<td>Quota</td> <td>Quota</td>