Fixed Pagination Problem on Mar 28 2011, Ioannis, http://www.jbaron.gr

Without my small fix, if there are lots of product attributes, you cannot navigate to other pages (pagination problem).

Lets say we have 13 attributes, so we gonna have 2 pages.
So the link will be http://mydomain.com/catalog/admin/pr...tribute_page=2
but it will not display the 11, 12 and 13 attribute only the first ten (well it also depends on MAX_ROW_LISTS_OPTIONS)

This is not the full package, just a small txt file explaining how to fix this problem...

More...