X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftemplates.tpl;h=2e388b49113d59bdaa3fff037bd0a79f060bd6ee;hb=2b39252b38f5bd1be462224fe781a40f5b0ddf95;hp=a1ea3496ee6f953b737838d26915ed22a2ef38cb;hpb=98f5feaaf9bbf59fcf6e797c6c05978ef13074f6;p=timetracker.git diff --git a/WEB-INF/templates/templates.tpl b/WEB-INF/templates/templates.tpl index a1ea3496..2e388b49 100644 --- a/WEB-INF/templates/templates.tpl +++ b/WEB-INF/templates/templates.tpl @@ -3,25 +3,49 @@ +{if $inactive_templates} + +{/if} - - - + + + + - {if $templates} - {foreach $templates as $template} + {foreach $active_templates as $template} - - - + + + + {/foreach} - {/if}
{$i18n.form.templates.active_templates}
{$i18n.label.thing_name}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.thing_name}{$i18n.label.description}
{$template_expense['name']|escape}{$i18n.label.edit}{$i18n.label.delete}{$template['name']|escape}{$template['description']|escape}{$i18n.label.edit}{$i18n.label.delete}
-

{$forms.templatesForm.btn_add.control}
+{if $inactive_templates} + + + + + + + + + {foreach $inactive_templates as $template} + + + + + + + {/foreach} +
{$i18n.form.tasks.inactive_tasks}
{$i18n.label.thing_name}{$i18n.label.description}
{$template['name']|escape}{$template['description']|escape}{$i18n.label.edit}{$i18n.label.delete}
+ + +

{$forms.templatesForm.btn_add.control}
+{/if}