mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Fixed #2244 - Plugins Online pagination.
This commit is contained in:
@@ -616,7 +616,13 @@ class pluginManager{
|
|||||||
|
|
||||||
if($total > $amount)
|
if($total > $amount)
|
||||||
{
|
{
|
||||||
$parms = $total.",".$amount.",".$from.",".e_SELF.'?mode='.$_GET['mode'].'&frm=[FROM]';
|
$parms = $total.",".$amount.",".$from.",".e_SELF.'?mode=online&frm=[FROM]';
|
||||||
|
|
||||||
|
if(!empty($srch))
|
||||||
|
{
|
||||||
|
$parms .= '&srch='.$srch;
|
||||||
|
}
|
||||||
|
|
||||||
$text .= "<div class='control-group form-inline input-inline' style='text-align:center;margin-top:10px'>".$tp->parseTemplate("{NEXTPREV=$parms}",TRUE)."</div>";
|
$text .= "<div class='control-group form-inline input-inline' style='text-align:center;margin-top:10px'>".$tp->parseTemplate("{NEXTPREV=$parms}",TRUE)."</div>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user