Added notifications preferences, and connectors to email, pager, and icq.
This commit is contained in:
parent
c85c90ae3b
commit
9b2a05de03
3 changed files with 65 additions and 13 deletions
|
|
@ -190,7 +190,7 @@ sub _weblogView {
|
|||
$p = WebGUI::Paginator->new(WebGUI::URL::page(),\@row,$_[0]->get("submissionsPerPage"));
|
||||
$output .= $p->getPage($session{form}{pn});
|
||||
$output .= '</table>';
|
||||
$output .= $p->getBarTraditional($session{form}{pn});
|
||||
$output .= $p->getBarSimple($session{form}{pn});
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue