X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftemplates.tpl;h=c1a8d5b4ba93a31145edef7ce3bf52f84f47279c;hb=adf05628f5388349f692bbadd5beca05f792600d;hp=a1ea3496ee6f953b737838d26915ed22a2ef38cb;hpb=98f5feaaf9bbf59fcf6e797c6c05978ef13074f6;p=timetracker.git diff --git a/WEB-INF/templates/templates.tpl b/WEB-INF/templates/templates.tpl index a1ea3496..c1a8d5b4 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}{$i18n.label.edit}{$i18n.label.delete}
{$template_expense['name']|escape}{$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}{$i18n.label.edit}{$i18n.label.delete}
{$template['name']|escape}{$template['description']|escape}{$i18n.label.edit}{$i18n.label.delete}
+ + +

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