X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fgroups.tpl;h=0289ef9ee23c9cf56c5c1e38120e794849f61854;hb=ce2df23479c88d1bc9db04a68164af3feb6346e1;hp=d1f174fa507bf2fc6b1b85541386806f8ecead36;hpb=ea0882f0753da7c4426b55e7ec526e455ada03a3;p=timetracker.git diff --git a/WEB-INF/templates/groups.tpl b/WEB-INF/templates/groups.tpl index d1f174fa..0289ef9e 100644 --- a/WEB-INF/templates/groups.tpl +++ b/WEB-INF/templates/groups.tpl @@ -2,31 +2,32 @@ function chLocation(newLocation) { document.location = newLocation; } {$forms.subgroupsForm.open} - {if $group_dropdown} +
- - + - + +
{$i18n.label.group}:{$forms.subgroupsForm.group.control}{$i18n.label.group}: {$forms.subgroupsForm.group.control}
 
 
{/if} +{if $subgroups} + - - - - + + + + -{if $subgroups} {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}
{$subgroup.name|escape} {$subgroup.description|escape}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.edit}{$i18n.label.delete}
+{/if} {$forms.subgroupsForm.close}