system/sai/modules/saimod_sys_security/saimod_sys_security_users.tpl
2014-01-25 18:29:25 +01:00

18 lines
449 B
Smarty

Users: ${count}
</br>
<input type="text" value="Search email or username" size="30"/>
<table class="table table-hover table-condensed" style="overflow: auto;">
<tr>
<th>ID</th>
<th>Username</th>
<th>E-Mail</th>
<th>JoinDate</th>
<th>Locale</th>
<th>Last Active</th>
<th>Flag</th>
<th style="width: 110px;">Rights</th>
<th>reset password</th>
</tr>
${rows}
</table>