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
@@ -17,22 +17,22 @@
%endfor
-
-
- | ${c.users_log.pager('$link_previous ~2~ $link_next',
+
+
+
+ ${c.users_log.pager('$link_previous ~2~ $link_next',
onclick="""YAHOO.util.Connect.asyncRequest('GET','$partial_url',{
success:function(o){YAHOO.util.Dom.get(data_div).innerHTML=o.responseText;
YAHOO.util.Event.addListener(YAHOO.util.Dom.getElementsByClassName('pager_link'),"click",function(){
YAHOO.util.Dom.setStyle(data_div,'opacity','0.3');});
- YAHOO.util.Dom.setStyle(data_div,'opacity','1');}},null); return false;""")} |
-
-
-
+ YAHOO.util.Dom.setStyle(data_div,'opacity','1');}},null); return false;""")}
+
+
%else:
${_('No actions yet')}
%endif