nexushosting Posted February 15, 2012 Share Posted February 15, 2012 Hi Guys, I am currently using a custom theme (one that I developed), however, on the action=invoices page, my table only shows 10 invoices (even just using a standard html table). Now my thinking is because the default template has next and previous buttons, I will need some extra code to display all rows at once. I am using datatables, so I need to echo all invoices (rows) at once. Any help with this would be greatly appreciated. Regards, Matthew 0 Quote Link to comment Share on other sites More sharing options...
nexushosting Posted February 15, 2012 Author Share Posted February 15, 2012 (edited) Tried adding this with no success: <form style="display:none" method="post" action="{$smarty.server.PHP_SELF}?action={$clientareaaction}"/> <select name="itemlimit" onchange="submit()"> <option value="all"{if $itemlimit==99999999} selected{/if}>{$LANG.clientareaunlimited}</option> </select> </form> Edited February 15, 2012 by nexushosting 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.