From 0c63549fa30a812e937310000505d0fb5c8ecc5e Mon Sep 17 00:00:00 2001 From: Bryn Divey Date: Mon, 28 Aug 2006 10:34:43 +0000 Subject: [PATCH] Rendering edit correctly (respecting subgroup JOINs) --- templates/ktcore/boolean_search_change.smarty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ktcore/boolean_search_change.smarty b/templates/ktcore/boolean_search_change.smarty index a66699e..2b8b08f 100644 --- a/templates/ktcore/boolean_search_change.smarty +++ b/templates/ktcore/boolean_search_change.smarty @@ -67,13 +67,13 @@ legend { border: 1px dotted #999;}

{i18n arg_options=$options}Return items which match  #options# of the criteria groups specified.{/i18n}

- {foreach item=aSubgroup from=$aSearch.subgroup} + {foreach item=aSubgroup key=iKey from=$aSearch.subgroup}
{i18n}Criteria Group{/i18n} {capture assign=options} - + {/capture}

{i18n arg_options=$options}Return items which match  #options# of the criteria specified.{/i18n}

-- libgit2 0.21.4