From 6487038f8cafd80066373c4ed61bcae88ed4e169 Mon Sep 17 00:00:00 2001 From: cajus Date: Tue, 26 Jan 2010 13:26:53 +0000 Subject: [PATCH] Updated template git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15323 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/goto/admin/groups/apps/app_list.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gosa-plugins/goto/admin/groups/apps/app_list.tpl b/gosa-plugins/goto/admin/groups/apps/app_list.tpl index 14be6bc36..593246459 100644 --- a/gosa-plugins/goto/admin/groups/apps/app_list.tpl +++ b/gosa-plugins/goto/admin/groups/apps/app_list.tpl @@ -44,7 +44,7 @@ {elseif $item.TYPE == "RELEASE"} - { if $i++ % 2 == 0} + {if $i++ % 2 == 0} {else} @@ -59,7 +59,7 @@ {elseif $item.TYPE == "FOLDER"} - { if $i++ % 2 == 0} + {if $i++ %2 == 0} {else} @@ -91,7 +91,7 @@ {elseif $item.TYPE == "SEPERATOR"} - { if $i++ % 2 == 0} + {if $i++ % 2 == 0} {else} @@ -111,7 +111,7 @@ {elseif $item.TYPE == "ENTRY"} - { if $i++ % 2 == 0} + {if $i++ % 2 == 0} {else} -- 2.30.2