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

vpshah86’s picture

The heavier is the weight,the topper side is the content

tsmulugeta’s picture

How can I add this without editing the module files?

Thanks!

mikespence’s picture

Assigned: Unassigned » mikespence
Status: Active » Fixed

Fixed in the latest version

mikespence’s picture

Status: Fixed » Closed (fixed)