X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftasks.tpl;h=24fd04380317156cef8fe05f01ca4917bd01a5ab;hb=9c1005341a3db52333fcb732960acbdf03fbe4e7;hp=9db99069c257e2fc9a7ffc7c0170851be56465ab;hpb=3cd4cdb1567b3b71fec7a980a3c1a432eb3a41a2;p=timetracker.git diff --git a/WEB-INF/templates/tasks.tpl b/WEB-INF/templates/tasks.tpl index 9db99069..24fd0438 100644 --- a/WEB-INF/templates/tasks.tpl +++ b/WEB-INF/templates/tasks.tpl @@ -6,33 +6,23 @@ {if $user->can('manage_tasks')} - {if $group_dropdown} -{$forms.tasksForm.open} {* tasksForm consists only of one dropdown group control *} - - - - -
{$i18n.label.group}: {$forms.tasksForm.group.control}
-{$forms.tasksForm.close} - {/if} - {if $inactive_tasks} {/if} - - - - + + + + {if $active_tasks} {foreach $active_tasks as $task} - - + + {/foreach} {/if} @@ -50,17 +40,17 @@
{$i18n.form.tasks.active_tasks}
{$i18n.label.thing_name}{$i18n.label.description}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.thing_name}{$i18n.label.description}
{$task.name|escape} {$task.description|escape}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.edit}{$i18n.label.delete}
- - - - + + + + {foreach $inactive_tasks as $task} - - + + {/foreach}
{$i18n.form.tasks.inactive_tasks}
{$i18n.label.thing_name}{$i18n.label.description}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.thing_name}{$i18n.label.description}
{$task.name|escape} {$task.description|escape}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.edit}{$i18n.label.delete}