From 196794cc220608f25ea07353c9da3b39bdeae565 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Tue, 28 Apr 2009 19:17:54 +0000 Subject: add hidden fields for user_id and sort_mode in restrict listing form --- templates/list_content_inc.tpl | 5 +++-- 1 file 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"} - +{form legend="Select Content Type" action="`$smarty.server.REQUEST_URI`" method="get"} + +
{formlabel label="Restrict listing" for="content_type_guid"} {forminput} -- cgit v1.3