diff --git a/rhodecode/templates/admin/admin.html b/rhodecode/templates/admin/admin.html
--- a/rhodecode/templates/admin/admin.html
+++ b/rhodecode/templates/admin/admin.html
@@ -20,6 +20,15 @@
+
${c.log_data}
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
@@ -45,19 +45,19 @@
${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;
- YUE.on(YUD.getElementsByClassName('pager_link'),"click",function(){
- YUD.setStyle(data_div,'opacity','0.3');
- });
- YUE.on(YUD.getElementsByClassName('show_more'),'click',function(e){
- var el = e.target;
- YUD.setStyle(YUD.get(el.id.substring(1)),'display','');
- YUD.setStyle(el.parentNode,'display','none');
- });
- YUD.setStyle(data_div,'opacity','1');}
-
+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;""")}
%else:
${_('No actions yet')}
%endif
+
+
\ No newline at end of file
diff --git a/rhodecode/templates/journal/journal_data.html b/rhodecode/templates/journal/journal_data.html
--- a/rhodecode/templates/journal/journal_data.html
+++ b/rhodecode/templates/journal/journal_data.html
@@ -47,4 +47,6 @@ YAHOO.util.Dom.setStyle(data_div,'opacit
${_('No entries yet')}
%endif
-
\ No newline at end of file
+
\ No newline at end of file