diff --git a/pylons_app/templates/admin_log.html b/pylons_app/templates/admin_log.html --- a/pylons_app/templates/admin_log.html +++ b/pylons_app/templates/admin_log.html @@ -1,3 +1,4 @@ +## -*- coding: utf-8 -*- %if c.users_log:
| ${c.users_log.pager('$link_previous ~2~ $link_next', onclick="""YAHOO.util.Connect.asyncRequest('GET','$partial_url',{ - success:function(o){YAHOO.util.Dom.get('user_log').innerHTML=o.responseText;} - },null); return false;""")} | -