X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftemplates.tpl;h=2e388b49113d59bdaa3fff037bd0a79f060bd6ee;hb=2a2bb2cc8f9551d1e93de2d34e27b21201f9e44a;hp=177f32cf31aa1206ac4e24a9f232cf5422fc9e74;hpb=fc92f9cd36dcaeb96da37c699a61331805d9e2fc;p=timetracker.git diff --git a/WEB-INF/templates/templates.tpl b/WEB-INF/templates/templates.tpl index 177f32cf..2e388b49 100644 --- a/WEB-INF/templates/templates.tpl +++ b/WEB-INF/templates/templates.tpl @@ -3,27 +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.description}{$i18n.label.edit}{$i18n.label.delete}{$i18n.label.thing_name}{$i18n.label.description}
{$template['name']|escape} {$template['description']|escape}{$i18n.label.edit}{$i18n.label.delete}{$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}