News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Frontend Order Administration View pagination display

Started by biltong, October 12, 2016, 12:20:12 PM

Previous topic - Next topic

biltong

The pagination display at the bottom of the page is not right.

This fixes it....

Change

<tfoot>
<tr>
<td colspan="12">
<div class="pagination-container">
</td>
</tr>
</tfoot>


to this (the matching code from the backend order list view)

<tfoot>
<tr>
<td colspan="12">
<div class="pagination pagination-toolbar">
</td>
</tr>
</tfoot>


I can't work out where to find this code though to change it. Any ideas please?

Here's what it looks like before the fix.

http://awesomescreenshot.com/09065m6013

This is VM 3.0.18

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

biltong

I just did the change in Firebug because I can't find what file the code is in.

I noticed that the pagination looks fine with frontend Protostar template but not VP Merchant which I'm using.

So I guess it could be fixed in the template CSS but the code should use the same CSS tags to avoid this.