X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/336dbb39dfa588646615c461e3f16b785998ea67..181d072f27ced2ed2e350dc66ee6aaeafce9f4bf:/WEB-INF/templates/projects.tpl diff --git a/WEB-INF/templates/projects.tpl b/WEB-INF/templates/projects.tpl index dafe1d8d..e21a8f22 100644 --- a/WEB-INF/templates/projects.tpl +++ b/WEB-INF/templates/projects.tpl @@ -25,7 +25,11 @@ {$project.name|escape} {$project.description|escape} {if $show_files} + {if $project.has_files} {$i18n.label.files} + {else} + {$i18n.label.files} + {/if} {/if} {$i18n.label.edit} {$i18n.label.delete} @@ -59,7 +63,11 @@ {$project.name|escape} {$project.description|escape} {if $show_files} + {if $project.has_files} {$i18n.label.files} + {else} + {$i18n.label.files} + {/if} {/if} {$i18n.label.edit} {$i18n.label.delete} @@ -81,7 +89,7 @@ {$i18n.label.thing_name} {$i18n.label.description} {if $show_files} - {$i18n.label.files} + {/if} {if $active_projects} @@ -90,7 +98,7 @@ {$project.name|escape} {$project.description|escape} {if $show_files} - {$i18n.label.view} + {$i18n.label.files} {/if} {/foreach}