UsersTemplate.html revision cff27dfa51a29de543484c043cb83745a2d9109f
<div id="users">
<h2>{{t "common.form.usersList"}}</h2>
<div class="shadowFrame">
<span class="floatLeft labelSearch">{{t "common.form.search"}}:</span><input type="text" name="filter" class="floatLeft" />
<input type="button" id="addUserButton" class="button orange floatRight" value="{{t "common.user.addUsers"}}" />
<div class="clear"></div>
<table id="usersTable" class="radious">
<tr>
<th width="245">{{t "common.user.email"}}</th>
<th width="210">{{t "common.user.familyName"}}</th>
<th width="110">{{t "common.user.givenName"}}</th>
<th width="110" style="text-align: center;">{{t "common.form.actions"}}</th>
</tr>
</table>
<span id="remainingUsers"></span> {{t "templates.admin.UsersTemplate.remainingUsers"}}.
</div><!-- .shadowFrame -->
</div><!-- #users -->
&nbsp;