mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 00:34:46 +02:00
Fixed pagination in modal window to create dashboard - #3707
Former-commit-id: 6fbfff55e76cb88db890864ec36d6bc766f6e2c6
This commit is contained in:
parent
50e994e065
commit
313ff93c8c
@ -1988,10 +1988,10 @@ function ui_pagination(
|
|||||||
$script_modified
|
$script_modified
|
||||||
);
|
);
|
||||||
|
|
||||||
$output .= "<a class='offset_$offset_page'
|
$output .= "<a class='pagination offset_$offset_page'
|
||||||
href='javascript: $script_modified;'>";
|
href='javascript: $script_modified;'>";
|
||||||
} else {
|
} else {
|
||||||
$output .= "<a class='offset_$offset_page' href='$url&$offset_name=$offset_page'>";
|
$output .= "<a class='pagination offset_$offset_page' href='$url&$offset_name=$offset_page'>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$output .= $iterator;
|
$output .= $iterator;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user