Index: trunk/kernel/admin/include/summary/root.php =================================================================== diff -u -N -r1715 -r1723 --- trunk/kernel/admin/include/summary/root.php (.../root.php) (revision 1715) +++ trunk/kernel/admin/include/summary/root.php (.../root.php) (revision 1723) @@ -148,12 +148,13 @@ } else { - $pending_count = $GLOBALS[ $params['list_var_name'] ]->CountPending(); + $pending_count = $GLOBALS[ $params['list_var_name'] ]->CountPending(); + $params['link'] = 'javascript:'.$params['link']; } $o = ''."\n"; $o .= ''."\n"; - $o .= ''."\n"; + $o .= ''."\n"; $o .= ''."\n"; $o .= admin_language($params['phrase']); $o .= ' ('.$pending_count.')'."\n";