UsersTemplate.html revision 27b2ac15d8015fcdd3a940b10e788f408903670e
<div id="users">
<h2>Users list</h2>
<div class="shadowFrame">
<span class="floatLeft labelSearch">Search:</span><input type="text" name="filter" class="floatLeft" />
<input type="button" id="addUserButton" class="button orange floatRight" value="Add users" />
<div class="clear"></div>
<!--
<table class="usersTableHead">
<th width="145">User Principle</th>
<th width="110">Last Name</th>
<th width="110">First Name</th>
<th width="110">Email</th>
<th width="110">Actions</th>
</table>
<div id="usersTableScrool">
<table id="usersTable" class="usersTableContent">
</table>
</div>
-->
<table id="usersTable" class="radious">
<tr>
<th width="245">Email</th>
<th width="210">Last Name</th>
<th width="110">First Name</th>
<th width="110" style="text-align: center;">Actions</th>
</tr>
</table>
<span id="remainingUsers"></span> remaining users.
</div><!-- .shadowFrame -->
</div><!-- #users -->
&nbsp;