X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftemplates.tpl;h=2e388b49113d59bdaa3fff037bd0a79f060bd6ee;hb=45ca7d2258832cb0d2465eb16dd646d925458106;hp=0e8f220a9e052b05b7beb931b228a39a1ea2dd39;hpb=acd436b6c7d3bc585bb3841d4d69dbe15cd8d140;p=timetracker.git diff --git a/WEB-INF/templates/templates.tpl b/WEB-INF/templates/templates.tpl index 0e8f220a..2e388b49 100644 --- a/WEB-INF/templates/templates.tpl +++ b/WEB-INF/templates/templates.tpl @@ -7,26 +7,45 @@ {$i18n.form.templates.active_templates} {/if} - {$i18n.label.thing_name} - {$i18n.label.description} - {$i18n.label.edit} - {$i18n.label.delete} + {$i18n.label.thing_name} + {$i18n.label.description} + + - {if $active_templates} {foreach $active_templates as $template} {$template['name']|escape} {$template['description']|escape} - {$i18n.label.edit} - {$i18n.label.delete} + {$i18n.label.edit} + {$i18n.label.delete} {/foreach} - {/if} -

{$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}