##// END OF EJS Templates
added last login of user to admin users browse
marcink -
r954:de671e3a beta
parent child Browse files
Show More
@@ -33,6 +33,7
33 <th class="left">${_('username')}</th>
33 <th class="left">${_('username')}</th>
34 <th class="left">${_('name')}</th>
34 <th class="left">${_('name')}</th>
35 <th class="left">${_('lastname')}</th>
35 <th class="left">${_('lastname')}</th>
36 <th class="left">${_('last login')}</th>
36 <th class="left">${_('active')}</th>
37 <th class="left">${_('active')}</th>
37 <th class="left">${_('admin')}</th>
38 <th class="left">${_('admin')}</th>
38 <th class="left">${_('ldap')}</th>
39 <th class="left">${_('ldap')}</th>
@@ -45,6 +46,7
45 <td>${h.link_to(user.username,h.url('edit_user', id=user.user_id))}</td>
46 <td>${h.link_to(user.username,h.url('edit_user', id=user.user_id))}</td>
46 <td>${user.name}</td>
47 <td>${user.name}</td>
47 <td>${user.lastname}</td>
48 <td>${user.lastname}</td>
49 <td>${user.last_login}</td>
48 <td>${h.bool2icon(user.active)}</td>
50 <td>${h.bool2icon(user.active)}</td>
49 <td>${h.bool2icon(user.admin)}</td>
51 <td>${h.bool2icon(user.admin)}</td>
50 <td>${h.bool2icon(user.is_ldap)}</td>
52 <td>${h.bool2icon(user.is_ldap)}</td>
General Comments 0
You need to be logged in to leave comments. Login now