release portal3 into production
[hcoop/portal.git] / users.mlt
index 2135308..6957f7b 100644 (file)
--- a/users.mlt
+++ b/users.mlt
@@ -181,7 +181,7 @@ end %>
 
 <h3>Manage current members</h3>
 
-<table>
+<table class="data">
 <% foreach user in Init.listUsers () do %>
        <tr> <td><a href="user?id=<% #id user %>"><% Web.html (#name user) %></a></td> <td>
 <% val bal = Balance.lookupBalance (#bal user);