This commit is contained in:
Volker E 2015-04-04 02:11:31 +02:00
parent b6efee8079
commit 7b8c55651f
1 changed files with 13 additions and 13 deletions

View File

@ -2,9 +2,9 @@
<thead>
<tr>
<?php if ($_['enableAvatars']): ?>
<th id='headerAvatar' scope="col"></th>
<th id="headerAvatar" scope="col"></th>
<?php endif; ?>
<th id='headerName' scope="col"><?php p($l->t('Username'))?></th>
<th id="headerName" scope="col"><?php p($l->t('Username'))?></th>
<th id="headerDisplayName" scope="col"><?php p($l->t( 'Full Name' )); ?></th>
<th id="headerPassword" scope="col"><?php p($l->t( 'Password' )); ?></th>
<th class="mailAddress" scope="col"><?php p($l->t( 'Email' )); ?></th>
@ -43,7 +43,7 @@
<td class="subadmins"></td>
<?php endif;?>
<td class="quota">
<select class='quota-user' data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>">
<select class="quota-user" data-inputtitle="<?php p($l->t('Please enter storage quota (ex: "512 MB" or "12 GB")')) ?>">
<option value='default'>
<?php p($l->t('Default'));?>
</option>