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:
commit
29503e45b0
|
@ -1988,10 +1988,10 @@ function ui_pagination(
|
||||||
$script_modified
|
$script_modified
|
||||||
);
|
);
|
||||||
|
|
||||||
$output .= "<a class='offset_$offset_page'
|
$output .= "<a class='pagination $other_class 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 $other_class offset_$offset_page' href='$url&$offset_name=$offset_page'>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$output .= $iterator;
|
$output .= $iterator;
|
||||||
|
|
Loading…
Reference in New Issue