diff options
| -rw-r--r-- | templates/list_content_inc.tpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/list_content_inc.tpl b/templates/list_content_inc.tpl index 46f42d4..d51bd07 100644 --- a/templates/list_content_inc.tpl +++ b/templates/list_content_inc.tpl @@ -1,6 +1,7 @@ {strip} -{form legend="Select Content Type"} - <input type="hidden" name="user_id" value="{$user_id}" /> +{form legend="Select Content Type" action="`$smarty.server.REQUEST_URI`" method="get"} + <input type="hidden" name="user_id" value="{$smarty.request.user_id}" /> + <input type="hidden" name="sort_mode" value="{$smarty.request.sort_mode}" /> <div class="row"> {formlabel label="Restrict listing" for="content_type_guid"} {forminput} |
