X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftemplates.tpl;h=c1a8d5b4ba93a31145edef7ce3bf52f84f47279c;hb=69d107963f15b0fcfc46908063c0ae7c33af7d80;hp=177f32cf31aa1206ac4e24a9f232cf5422fc9e74;hpb=fc92f9cd36dcaeb96da37c699a61331805d9e2fc;p=timetracker.git diff --git a/WEB-INF/templates/templates.tpl b/WEB-INF/templates/templates.tpl index 177f32cf..c1a8d5b4 100644 --- a/WEB-INF/templates/templates.tpl +++ b/WEB-INF/templates/templates.tpl @@ -3,14 +3,16 @@ +{if $inactive_templates} + +{/if} - - - - + + + + - {if $templates} - {foreach $templates as $template} + {foreach $active_templates as $template} @@ -18,12 +20,32 @@ {/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}{$i18n.label.edit}{$i18n.label.delete}
{$template['name']|escape} {$template['description']|escape}{$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}