WebGUI 3.5.2 release

This commit is contained in:
JT Smith 2002-03-18 15:42:00 +00:00
parent 19fa8be10f
commit 81da4fe3af
6 changed files with 12 additions and 9 deletions

View file

@ -73,7 +73,7 @@ sub www_search {
$p = WebGUI::Paginator->new(WebGUI::URL::page('op=search'),\@row,20);
$output .= WebGUI::International::get(365).'<p><ol>';
$output .= $p->getPage($session{form}{pn});
$output .= '</ol>'.$p->getBarTradiational($session{form}{pn});
$output .= '</ol>'.$p->getBarTraditional($session{form}{pn});
} else {
$output .= WebGUI::International::get(366);
}