From: hickert Date: Mon, 11 Feb 2008 09:16:35 +0000 (+0000) Subject: Folder images implemented X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=23aec52f721ce1adabedc0696a368407f41324a0;p=gosa.git Folder images implemented git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8808 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/groups/apps/app_list.tpl b/gosa-plugins/goto/admin/groups/apps/app_list.tpl index ab448d0a3..0cb597952 100644 --- a/gosa-plugins/goto/admin/groups/apps/app_list.tpl +++ b/gosa-plugins/goto/admin/groups/apps/app_list.tpl @@ -46,11 +46,19 @@ {elseif $item.TYPE == "FOLDER"} - - {t}Folder{/t} + + {if $item.ICON != ""} +
+ {t}Folder{/t} +
+ {else} +
+ {t}Folder{/t} +
+ {/if} - {$item.NAME} + {$item.NAME}