fixing admin user information table format

This commit is contained in:
Sebastian Grewe 2013-06-14 17:52:56 +02:00
parent 006f4d7f8a
commit ca1237c11c

View File

@ -67,7 +67,7 @@
</tr> </tr>
{sectionelse} {sectionelse}
<tr> <tr>
<td colspan="9"></td> <td colspan="10"></td>
</tr> </tr>
{/section} {/section}
</tbody> </tbody>
@ -77,11 +77,12 @@
<th>Username</th> <th>Username</th>
<th>E-Mail</th> <th>E-Mail</th>
<th class="right">Shares&nbsp;&nbsp;</th> <th class="right">Shares&nbsp;&nbsp;</th>
<th class="right">Hashrate</th> <th class="right">Hashrate&nbsp;&nbsp;</th>
<th class="right">Est. Donation</th> <th class="right">Est. Donation&nbsp;&nbsp;</th>
<th class="right">Est. Payout</th> <th class="right">Est. Payout&nbsp;&nbsp;&nbsp;</th>
<th class="right">Balance</th> <th class="right">Balance&nbsp;&nbsp;&nbsp;</th>
<th class="center">Admin</th> <th class="center">Admin</th>
<th class="center">Locked</th>
</tr> </tr>
</tfoot> </tfoot>
</table> </table>