WebGUI 3.5.2 release
This commit is contained in:
parent
19fa8be10f
commit
81da4fe3af
6 changed files with 12 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -629,7 +629,7 @@ sub www_view {
|
|||
}
|
||||
$sth->finish;
|
||||
unless ($flag) {
|
||||
$output .= '<tr><td class="tableData" colspan="3">'.
|
||||
$head .= '<tr><td class="tableData" colspan="3">'.
|
||||
WebGUI::International::get(19,$namespace).'</td></tr>';
|
||||
}
|
||||
$p = WebGUI::Paginator->new($url,\@row,$data{paginateAfter});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue