Admin List - Embedded Search Results

chrisj

Active member
I tried to duplicate the user list in admin cp but when it returns the search results, the list is embedded inside the original list.

psn-games-admin.webp
I can fix it by changing this line:
HTML:
<xen:form action="{xen:adminlink psn-games/list, '', '_params={$linkParams}'}" class="section">
to this:
HTML:
<xen:form action="" class="section">

But the user list has that form action. I actually don't know the purpose of it so if someone can explain the purpose that would be great.
 
Top Bottom