diff --git a/lib/WebGUI/Operation/User.pm b/lib/WebGUI/Operation/User.pm index 418cfb5a5..5fa56b617 100644 --- a/lib/WebGUI/Operation/User.pm +++ b/lib/WebGUI/Operation/User.pm @@ -405,9 +405,9 @@ sub www_listUsers { $p = WebGUI::Paginator->new(WebGUI::URL::page('op=listUsers'),\@row); $output .= ''; $output .= ' - - - '; + '; + # + # '; $output .= $p->getPage($session{form}{pn}); $output .= '
'.WebGUI::International::get(50).''.WebGUI::International::get(453).''.WebGUI::International::get(454).'
'.WebGUI::International::get(50).'
'.WebGUI::International::get(453).''.WebGUI::International::get(454).'
'; $output .= $p->getBarTraditional($session{form}{pn});