mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-11036-pagination-does-not-work' into 'develop'
Ent 11036 pagination does not work See merge request artica/pandorafms!5765
This commit is contained in:
commit
e92490875a
@ -2439,7 +2439,7 @@ function ui_pagination(
|
|||||||
$script_modified
|
$script_modified
|
||||||
);
|
);
|
||||||
|
|
||||||
$anchorHref = 'javascript: ".$script_modified.";';
|
$anchorHref = 'javascript: '.$script_modified.';';
|
||||||
} else {
|
} else {
|
||||||
$anchorHref = $url.'&'.$offset_name.'='.$offset_page;
|
$anchorHref = $url.'&'.$offset_name.'='.$offset_page;
|
||||||
}
|
}
|
||||||
@ -2484,7 +2484,7 @@ function ui_pagination(
|
|||||||
$script_modified
|
$script_modified
|
||||||
);
|
);
|
||||||
|
|
||||||
$nextHref = 'javascript: ".$script_modified.";';
|
$nextHref = 'javascript: '.$script_modified.';';
|
||||||
} else {
|
} else {
|
||||||
$nextHref = $url.'&'.$offset_name.'='.$offset_next_page;
|
$nextHref = $url.'&'.$offset_name.'='.$offset_next_page;
|
||||||
}
|
}
|
||||||
@ -2516,7 +2516,7 @@ function ui_pagination(
|
|||||||
$script_modified
|
$script_modified
|
||||||
);
|
);
|
||||||
|
|
||||||
$lastHref = 'javascript: ".$script_modified.";';
|
$lastHref = 'javascript: '.$script_modified.';';
|
||||||
} else {
|
} else {
|
||||||
$lastHref = $url.'&'.$offset_name.'='.$offset_lastpage;
|
$lastHref = $url.'&'.$offset_name.'='.$offset_lastpage;
|
||||||
}
|
}
|
||||||
|
@ -323,6 +323,9 @@ a.pandora_pagination {
|
|||||||
line-height: 35px;
|
line-height: 35px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
a.pandora_pagination:first-child {
|
||||||
|
border-left: 1px solid #cacaca;
|
||||||
|
}
|
||||||
a.pandora_pagination.next {
|
a.pandora_pagination.next {
|
||||||
border-top-right-radius: 8px;
|
border-top-right-radius: 8px;
|
||||||
border-bottom-right-radius: 8px;
|
border-bottom-right-radius: 8px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user