diff 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
line wrap: on
line diff
--- a/pylons_app/templates/admin.html	Wed Apr 14 00:51:23 2010 +0200
+++ b/pylons_app/templates/admin.html	Sat Apr 17 19:07:29 2010 +0200
@@ -51,6 +51,9 @@
 					<td>${l.action_date}</td>
 				</tr>
 			%endfor
+			<tr>
+				<td>${c.users_log.pager('$link_previous ~2~ $link_next')}</td>
+			</tr>
 			</table>        
 		%else:
 			${_('No actions yet')}