X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fadmin_groups.tpl;fp=WEB-INF%2Ftemplates%2Fadmin_groups.tpl;h=e0a8aa2c68915d8bfba20e7a94bb246533deae08;hb=de05f61301a897661c702f03c1b45dd3ab5c0e8a;hp=ebe889914b156b70714497b967e04bab9656222c;hpb=89fb789af54e5842342ef676fab13da4ab0b1098;p=timetracker.git diff --git a/WEB-INF/templates/admin_groups.tpl b/WEB-INF/templates/admin_groups.tpl index ebe88991..e0a8aa2c 100644 --- a/WEB-INF/templates/admin_groups.tpl +++ b/WEB-INF/templates/admin_groups.tpl @@ -15,15 +15,15 @@ {$i18n.label.edit} {$i18n.label.delete} -{if $teams} - {foreach $teams as $team} +{if $groups} + {foreach $groups as $group} - {$team.id} - {$team.name|escape} - {$team.date} - {$team.lang} - {$i18n.label.edit} - {$i18n.label.delete} + {$group.id} + {$group.name|escape} + {$group.date} + {$group.lang} + {$i18n.label.edit} + {$i18n.label.delete} {/foreach} {/if}