mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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
|
||||
);
|
||||
|
||||
$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&$offset_name=$offset_page'>";
|
||||
$output .= "<a class='pagination $other_class offset_$offset_page' href='$url&$offset_name=$offset_page'>";
|
||||
}
|
||||
|
||||
$output .= $iterator;
|
||||
|
Loading…
x
Reference in New Issue
Block a user