FoxSecrets
Active member
Some link-buttons of my add-on is no longer working in XF 2.3.
Also, the pagination is on the middle of the page, not on the left side as before.
How to solve that? Is there any documentation of 2.3 about this little things?
Code:
<xf:cell><a href="{{ link('list/edit', $gift) }}" class="button--link tooltip-test" data-toggle="tooltip" title="Edit"><i class="fas fa-edit"></i></a></xf:cell>
<xf:cell><a href="{{ link('list/delete', $gift) }}" data-xf-click="overlay" class="button--link tooltip-test" data-toggle="tooltip" title="Delete"><i class="fa fa-trash"></i></a></xf:cell>
Also, the pagination is on the middle of the page, not on the left side as before.
Code:
<xf:pagenav page="{$page}" perpage="{$perPage}" total="{$total}" link="list" wrapperclass="block-outer block-outer--after" />
How to solve that? Is there any documentation of 2.3 about this little things?