2013-02-05 14:16:51 -05:00
|
|
|
<div class='admin-controls'>
|
|
|
|
<div class='span15'>
|
|
|
|
<ul class="nav nav-pills">
|
2013-09-16 14:08:55 -04:00
|
|
|
<li>{{#link-to 'adminUsersList.active'}}{{i18n admin.users.nav.active}}{{/link-to}}</li>
|
|
|
|
<li>{{#link-to 'adminUsersList.new'}}{{i18n admin.users.nav.new}}{{/link-to}}</li>
|
2013-02-05 14:16:51 -05:00
|
|
|
{{#if Discourse.SiteSettings.must_approve_users}}
|
2013-09-16 14:08:55 -04:00
|
|
|
<li>{{#link-to 'adminUsersList.pending'}}{{i18n admin.users.nav.pending}}{{/link-to}}</li>
|
2013-02-05 14:16:51 -05:00
|
|
|
{{/if}}
|
2013-09-16 14:08:55 -04:00
|
|
|
<li>{{#link-to 'adminUsersList.admins'}}{{i18n admin.users.nav.admins}}{{/link-to}}</li>
|
|
|
|
<li>{{#link-to 'adminUsersList.moderators'}}{{i18n admin.users.nav.moderators}}{{/link-to}}</li>
|
2013-11-07 13:53:32 -05:00
|
|
|
<li>{{#link-to 'adminUsersList.suspended'}}{{i18n admin.users.nav.suspended}}{{/link-to}}</li>
|
2013-09-16 14:08:55 -04:00
|
|
|
<li>{{#link-to 'adminUsersList.blocked'}}{{i18n admin.users.nav.blocked}}{{/link-to}}</li>
|
2013-02-05 14:16:51 -05:00
|
|
|
</ul>
|
2013-03-06 12:07:09 -05:00
|
|
|
</div>
|
2013-02-05 14:16:51 -05:00
|
|
|
<div class='span5 username controls'>
|
2013-05-20 12:47:59 -04:00
|
|
|
{{textField value=username placeholderKey="username"}}
|
2013-02-05 14:16:51 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{{#if hasSelection}}
|
|
|
|
<div id='selected-controls'>
|
2013-05-20 12:47:59 -04:00
|
|
|
<button {{action approveUsers}} class='btn'>{{countI18n admin.users.approved_selected countBinding="selectedCount"}}</button>
|
2013-08-16 11:42:24 -04:00
|
|
|
<button {{action rejectUsers}} class='btn btn-danger'>{{countI18n admin.users.reject_selected countBinding="selectedCount"}}</button>
|
2013-02-05 14:16:51 -05:00
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
|
2013-04-23 10:29:18 -04:00
|
|
|
<h2>{{title}}</h2>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
{{#if loading}}
|
|
|
|
<div class='admin-loading'>{{i18n loading}}</div>
|
|
|
|
{{else}}
|
2013-05-20 15:27:58 -04:00
|
|
|
{{#if model.length}}
|
2013-04-23 10:29:18 -04:00
|
|
|
<table class='table'>
|
|
|
|
<tr>
|
|
|
|
{{#if showApproval}}
|
|
|
|
<th>{{view Ember.Checkbox checkedBinding="selectAll"}}</th>
|
|
|
|
{{/if}}
|
|
|
|
<th> </th>
|
|
|
|
<th>{{i18n username}}</th>
|
|
|
|
<th>{{i18n email}}</th>
|
|
|
|
<th>{{i18n admin.users.last_emailed}}</th>
|
|
|
|
<th>{{i18n last_seen}}</th>
|
|
|
|
<th>{{i18n admin.user.topics_entered}}</th>
|
|
|
|
<th>{{i18n admin.user.posts_read_count}}</th>
|
|
|
|
<th>{{i18n admin.user.time_read}}</th>
|
|
|
|
<th>{{i18n created}}</th>
|
|
|
|
{{#if showApproval}}
|
|
|
|
<th>{{i18n admin.users.approved}}</th>
|
|
|
|
{{/if}}
|
|
|
|
<th> </th>
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2013-04-23 10:29:18 -04:00
|
|
|
</tr>
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2013-05-20 15:27:58 -04:00
|
|
|
{{#each model}}
|
2013-04-23 10:29:18 -04:00
|
|
|
<tr {{bindAttr class="selected"}}>
|
2013-07-15 11:28:41 -04:00
|
|
|
{{#if controller.showApproval}}
|
2013-04-23 10:29:18 -04:00
|
|
|
<td>
|
|
|
|
{{#if can_approve}}
|
|
|
|
{{view Ember.Checkbox checkedBinding="selected"}}
|
|
|
|
{{/if}}
|
|
|
|
</td>
|
|
|
|
{{/if}}
|
2013-09-16 14:08:55 -04:00
|
|
|
<td>{{#link-to 'adminUser' this}}{{avatar this imageSize="small"}}{{/link-to}}</td>
|
|
|
|
<td>{{#link-to 'adminUser' this}}{{unbound username}}{{/link-to}}</td>
|
2013-04-23 10:29:18 -04:00
|
|
|
<td>{{shorten email}}</td>
|
|
|
|
<td>{{{unbound last_emailed_age}}}</td>
|
|
|
|
<td>{{{unbound last_seen_age}}}</td>
|
|
|
|
<td>{{{unbound topics_entered}}}</td>
|
|
|
|
<td>{{{unbound posts_read_count}}}</td>
|
|
|
|
<td>{{{unbound time_read}}}</td>
|
2013-03-06 12:07:09 -05:00
|
|
|
|
2013-04-23 10:29:18 -04:00
|
|
|
<td>{{{unbound created_at_age}}}</td>
|
2013-03-06 12:07:09 -05:00
|
|
|
|
2013-05-20 12:47:59 -04:00
|
|
|
{{#if showApproval}}
|
2013-04-23 10:29:18 -04:00
|
|
|
<td>
|
|
|
|
{{#if approved}}
|
|
|
|
{{i18n yes_value}}
|
|
|
|
{{else}}
|
|
|
|
{{i18n no_value}}
|
|
|
|
{{/if}}
|
|
|
|
</td>
|
2013-02-05 14:16:51 -05:00
|
|
|
{{/if}}
|
2013-04-23 10:29:18 -04:00
|
|
|
<td>
|
|
|
|
{{#if admin}}<i class="icon-trophy" title="{{i18n admin.title}}"></i>{{/if}}
|
|
|
|
{{#if moderator}}<i class="icon-magic" title="{{i18n admin.moderator}}"></i>{{/if}}
|
|
|
|
<td>
|
|
|
|
</tr>
|
|
|
|
{{/each}}
|
2013-02-05 14:16:51 -05:00
|
|
|
|
2013-04-23 10:29:18 -04:00
|
|
|
</table>
|
|
|
|
{{else}}
|
|
|
|
<p>{{i18n search.no_results}}</p>
|
|
|
|
{{/if}}
|
2013-03-14 08:01:52 -04:00
|
|
|
{{/if}}
|