comparison pylons_app/templates/admin.html @ 78:6f524697f79d

Implemented paging to admin user acion log
author Marcin Kuzminski <marcin@python-blog.com>
date Sat, 17 Apr 2010 19:07:29 +0200
parents e2600310e0b2
children 9fe23fdab9e9
comparison
equal deleted inserted replaced
77:e2600310e0b2 78:6f524697f79d
49 <td>${l.repository}</td> 49 <td>${l.repository}</td>
50 <td>${l.action}</td> 50 <td>${l.action}</td>
51 <td>${l.action_date}</td> 51 <td>${l.action_date}</td>
52 </tr> 52 </tr>
53 %endfor 53 %endfor
54 <tr>
55 <td>${c.users_log.pager('$link_previous ~2~ $link_next')}</td>
56 </tr>
54 </table> 57 </table>
55 %else: 58 %else:
56 ${_('No actions yet')} 59 ${_('No actions yet')}
57 %endif 60 %endif
58 61