Fixed pagination in modal window to create dashboard - #3707

Former-commit-id: 6fbfff55e76cb88db890864ec36d6bc766f6e2c6
This commit is contained in:
Tatiana Llorente 2019-04-24 15:38:46 +02:00
parent 50e994e065
commit 313ff93c8c
1 changed files with 2 additions and 2 deletions

View File

@ -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&amp;$offset_name=$offset_page'>";
$output .= "<a class='pagination offset_$offset_page' href='$url&amp;$offset_name=$offset_page'>";
}
$output .= $iterator;