X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fprojects.tpl;h=0b400b119ff5a8418ed6971c84ff1739789d48fb;hb=cec2e1b0941c16302bedad01bfb8455baf13e0f8;hp=589993652b3eaecf25e93be317329cce3a8b2647;hpb=2df50105b46a5cbd6493271b137a136ccfe2ea5a;p=timetracker.git diff --git a/WEB-INF/templates/projects.tpl b/WEB-INF/templates/projects.tpl index 58999365..0b400b11 100644 --- a/WEB-INF/templates/projects.tpl +++ b/WEB-INF/templates/projects.tpl @@ -13,6 +13,9 @@ {$i18n.label.thing_name} {$i18n.label.description} + {if $show_files} + {$i18n.label.files} + {/if} {$i18n.label.edit} {$i18n.label.delete} @@ -21,6 +24,9 @@ {$project.name|escape} {$project.description|escape} + {if $show_files} + {$i18n.label.view} + {/if} {$i18n.label.edit} {$i18n.label.delete} @@ -42,6 +48,9 @@ {$i18n.label.thing_name} {$i18n.label.description} + {if $show_files} + {$i18n.label.files} + {/if} {$i18n.label.edit} {$i18n.label.delete} @@ -49,6 +58,9 @@ {$project.name|escape} {$project.description|escape} + {if $show_files} + {$i18n.label.view} + {/if} {$i18n.label.edit} {$i18n.label.delete} @@ -68,12 +80,18 @@ {$i18n.label.thing_name} {$i18n.label.description} + {if $show_files} + {$i18n.label.files} + {/if} {if $active_projects} {foreach $active_projects as $project} {$project.name|escape} {$project.description|escape} + {if $show_files} + {$i18n.label.view} + {/if} {/foreach} {/if}