shan_aya,
If you want quick consistency across IE and Firefox you can remove the pagination by opening addons.html in /styles/default in uniadmin.
Go to line 31 where you see the following:
- Code: Select all
<table class="ua_table rowstyle-data2 no-arrow paginate-15" align="center">
Remove the 'paginate-15' - this is what tells the table sorting javascript to list 15 addons per page.
This isn't ideal as you're losing the pagination, but means the page looks the same across all browsers. What version of IE are you using?