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
|
||||
);
|
||||
|
||||
$output .= "<a class='offset_$offset_page'
|
||||
$output .= "<a class='pagination offset_$offset_page'
|
||||
href='javascript: $script_modified;'>";
|
||||
} 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;
|
||||
|
|
Loading…
Reference in New Issue