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