Merge branch 'ent-3707-Nuevo-diseño-para-las-tablas_3' into 'develop'

Fixed pagination in modal window to create dashboard - #3707

See merge request artica/pandorafms!2382

Former-commit-id: 56e8cda61ce0892fd50a68d53068fb3f25c54ea6
This commit is contained in:
Daniel Rodriguez 2019-04-24 17:00:14 +02:00
commit 29503e45b0
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 $other_class 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 $other_class offset_$offset_page' href='$url&amp;$offset_name=$offset_page'>";
}
$output .= $iterator;