diff --git a/rhodecode/templates/admin/admin_log.html b/rhodecode/templates/admin/admin_log.html --- a/rhodecode/templates/admin/admin_log.html +++ b/rhodecode/templates/admin/admin_log.html @@ -31,36 +31,23 @@ - - +
-${c.users_log.pager('$link_previous ~2~ $link_next', -onclick="""YAHOO.util.Connect.asyncRequest('GET','$partial_url',{ -success:function(o){ -YUD.get(data_div).innerHTML=o.responseText; -show_more_event(); -tooltip_activate(); -YUE.on(YUD.getElementsByClassName('pager_link'),"click",function(){ - YUD.setStyle(data_div,'opacity','0.3'); -}); -YUD.setStyle(data_div,'opacity','1');} -},null); return false;""")} +${c.users_log.pager('$link_previous ~2~ $link_next')}
%else: ${_('No actions yet')} -%endif - - \ No newline at end of file +%endif \ No newline at end of file