From b72ffbce60aa1d90e09eb7f6153078a406626cee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 7 Nov 2010 12:03:06 +0100 Subject: add 'Channel' filter on list --- smarty/templates/rpmphp/rpm.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'smarty') diff --git a/smarty/templates/rpmphp/rpm.tpl b/smarty/templates/rpmphp/rpm.tpl index 9f9d94f..742b07d 100644 --- a/smarty/templates/rpmphp/rpm.tpl +++ b/smarty/templates/rpmphp/rpm.tpl @@ -32,9 +32,14 @@ + +{foreach from=$channels item=o} + +{/foreach} + {foreach from=$owners item=o} - + {foreachelse} {/foreach} -- cgit