Need to add this line to make the pager appear below list of content:
$form['admin']['pager']['#weight'] = 3;
This is since you have the line:
$form['admin']['nodes']['#weight'] = 2;
The pager weight needs to be heavier than the node results weight
Comments
Comment #1
vpshah86 commentedThe heavier is the weight,the topper side is the content
Comment #2
tsmulugeta commentedHow can I add this without editing the module files?
Thanks!
Comment #3
mikespence commentedFixed in the latest version
Comment #4
mikespence commented