@@ -1,15 +1,15 @@ discard block |
||
| 1 | -<table id="userlist" class="grid" data-groups="<?php p($_['allGroups']);?>"> |
|
| 1 | +<table id="userlist" class="grid" data-groups="<?php p($_['allGroups']); ?>"> |
|
| 2 | 2 | <thead> |
| 3 | 3 | <tr> |
| 4 | 4 | <th id="headerAvatar" scope="col"></th> |
| 5 | 5 | <th id="headerName" scope="col"><?php p($l->t('Username'))?></th> |
| 6 | - <th id="headerDisplayName" scope="col"><?php p($l->t( 'Full name' )); ?></th> |
|
| 7 | - <th id="headerPassword" scope="col"><?php p($l->t( 'Password' )); ?></th> |
|
| 8 | - <th class="mailAddress" scope="col"><?php p($l->t( 'Email' )); ?></th> |
|
| 9 | - <th id="headerGroups" scope="col"><?php p($l->t( 'Groups' )); ?></th> |
|
| 10 | - <?php if(is_array($_['subadmins']) || $_['subadmins']): ?> |
|
| 6 | + <th id="headerDisplayName" scope="col"><?php p($l->t('Full name')); ?></th> |
|
| 7 | + <th id="headerPassword" scope="col"><?php p($l->t('Password')); ?></th> |
|
| 8 | + <th class="mailAddress" scope="col"><?php p($l->t('Email')); ?></th> |
|
| 9 | + <th id="headerGroups" scope="col"><?php p($l->t('Groups')); ?></th> |
|
| 10 | + <?php if (is_array($_['subadmins']) || $_['subadmins']): ?> |
|
| 11 | 11 | <th id="headerSubAdmins" scope="col"><?php p($l->t('Group admin for')); ?></th> |
| 12 | - <?php endif;?> |
|
| 12 | + <?php endif; ?> |
|
| 13 | 13 | <th id="headerQuota" scope="col"><?php p($l->t('Quota')); ?></th> |
| 14 | 14 | <th class="storageLocation" scope="col"><?php p($l->t('Storage location')); ?></th> |
| 15 | 15 | <th class="userBackend" scope="col"><?php p($l->t('User backend')); ?></th> |
@@ -37,26 +37,26 @@ discard block |
||
| 37 | 37 | <td class="groups"><div class="groupsListContainer multiselect button" |
| 38 | 38 | ><span class="title groupsList"></span><span class="icon-triangle-s"></span></div> |
| 39 | 39 | </td> |
| 40 | - <?php if(is_array($_['subadmins']) || $_['subadmins']): ?> |
|
| 40 | + <?php if (is_array($_['subadmins']) || $_['subadmins']): ?> |
|
| 41 | 41 | <td class="subadmins"><div class="groupsListContainer multiselect button" |
| 42 | 42 | ><span class="title groupsList"></span><span class="icon-triangle-s"></span></div> |
| 43 | 43 | </td> |
| 44 | - <?php endif;?> |
|
| 44 | + <?php endif; ?> |
|
| 45 | 45 | <td class="quota"> |
| 46 | 46 | <select class="quota-user" data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>"> |
| 47 | 47 | <option value='default'> |
| 48 | - <?php p($l->t('Default'));?> |
|
| 48 | + <?php p($l->t('Default')); ?> |
|
| 49 | 49 | </option> |
| 50 | 50 | <option value='none'> |
| 51 | - <?php p($l->t('Unlimited'));?> |
|
| 51 | + <?php p($l->t('Unlimited')); ?> |
|
| 52 | 52 | </option> |
| 53 | - <?php foreach($_['quota_preset'] as $preset):?> |
|
| 54 | - <option value='<?php p($preset);?>'> |
|
| 55 | - <?php p($preset);?> |
|
| 53 | + <?php foreach ($_['quota_preset'] as $preset):?> |
|
| 54 | + <option value='<?php p($preset); ?>'> |
|
| 55 | + <?php p($preset); ?> |
|
| 56 | 56 | </option> |
| 57 | - <?php endforeach;?> |
|
| 57 | + <?php endforeach; ?> |
|
| 58 | 58 | <option value='other' data-new> |
| 59 | - <?php p($l->t('Other'));?> ... |
|
| 59 | + <?php p($l->t('Other')); ?> ... |
|
| 60 | 60 | </option> |
| 61 | 61 | </select> |
| 62 | 62 | <progress class="quota-user-progress" value="" max="100"></progress> |