1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

improved tables

This commit is contained in:
llj
2012-04-01 14:25:25 +08:00
parent 2af0fe696b
commit fbe5f18f64
6 changed files with 32 additions and 32 deletions

View File

@@ -13,11 +13,11 @@
<h2>所有用户</h2>
<table class="user-list">
<tr>
<th>邮箱</th>
<th>是否激活</th>
<th>个人 ID</th>
<th>角色</th>
<th>操作</th>
<th width="30%">邮箱</th>
<th width="10%">是否激活</th>
<th width="40%">个人 ID</th>
<th width="10%">角色</th>
<th width="10%">操作</th>
</tr>
{% for user in users %}