X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fgroups.tpl;h=0289ef9ee23c9cf56c5c1e38120e794849f61854;hb=ce2df23479c88d1bc9db04a68164af3feb6346e1;hp=581055193b10bef90154b78f6f458756c1dece9c;hpb=6f1a57ddce604840c432915d97574f175b935475;p=timetracker.git diff --git a/WEB-INF/templates/groups.tpl b/WEB-INF/templates/groups.tpl index 58105519..0289ef9e 100644 --- a/WEB-INF/templates/groups.tpl +++ b/WEB-INF/templates/groups.tpl @@ -1,25 +1,34 @@ - +{$forms.subgroupsForm.open} +{if $group_dropdown} + + + + + +
{$i18n.label.group}: {$forms.subgroupsForm.group.control}
 
+{/if} +{if $subgroups} - - - - + + + + -{if $groups} - {foreach $groups as $group} + {foreach $subgroups as $subgroup} - - - - + + + + {/foreach} -{/if}
{$i18n.label.thing_name}{$i18n.label.description}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.thing_name}{$i18n.label.description}
{$group.name|escape}{$group.description|escape}{$i18n.label.edit}{$i18n.label.delete}{$subgroup.name|escape}{$subgroup.description|escape}{$i18n.label.edit}{$i18n.label.delete}
+{/if} +{$forms.subgroupsForm.close}