X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fprojects.tpl;h=92348e7ab921ed668e952d275ae411b61ce9f0db;hb=9c1005341a3db52333fcb732960acbdf03fbe4e7;hp=e21a8f223854c91a38650eca4e0119e7fa91b952;hpb=7905a1bf102ca6b3cef20dad2d249f415c614eeb;p=timetracker.git diff --git a/WEB-INF/templates/projects.tpl b/WEB-INF/templates/projects.tpl index e21a8f22..92348e7a 100644 --- a/WEB-INF/templates/projects.tpl +++ b/WEB-INF/templates/projects.tpl @@ -10,16 +10,16 @@ {if $inactive_projects} {$i18n.form.projects.active_projects} {/if} + {if $active_projects} {$i18n.label.thing_name} {$i18n.label.description} - {if $show_files} + {if $show_files} - {/if} + {/if} - {if $active_projects} {foreach $active_projects as $project} {$project.name|escape} @@ -97,7 +97,7 @@ {$project.name|escape} {$project.description|escape} - {if $show_files} + {if $show_files && $project.has_files} {$i18n.label.files} {/if}