Fixed pagination in modal windows - #3707
Former-commit-id: 090149ce7add4d30c8747e570a819c1b8025a0a6
This commit is contained in:
parent
313ff93c8c
commit
ab6658a450
|
@ -1988,10 +1988,10 @@ function ui_pagination(
|
|||
$script_modified
|
||||
);
|
||||
|
||||
$output .= "<a class='pagination offset_$offset_page'
|
||||
$output .= "<a class='pagination $other_class offset_$offset_page'
|
||||
href='javascript: $script_modified;'>";
|
||||
} else {
|
||||
$output .= "<a class='pagination offset_$offset_page' href='$url&$offset_name=$offset_page'>";
|
||||
$output .= "<a class='pagination $other_class offset_$offset_page' href='$url&$offset_name=$offset_page'>";
|
||||
}
|
||||
|
||||
$output .= $iterator;
|
||||
|
|
Loading…
Reference in New Issue