X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Fprojects.tpl;h=0b400b119ff5a8418ed6971c84ff1739789d48fb;hb=6152f4bd9a8f960c79ae025b775b719930574cc9;hp=3196721878c16b32a57115e4b3b36a46b2f5b7c9;hpb=4c32352c1c34231ff49937b751c491c4a0880328;p=timetracker.git diff --git a/WEB-INF/templates/projects.tpl b/WEB-INF/templates/projects.tpl index 31967218..0b400b11 100644 --- a/WEB-INF/templates/projects.tpl +++ b/WEB-INF/templates/projects.tpl @@ -5,7 +5,7 @@
-{if $user->canManageTeam()} +{if $user->can('manage_projects')} {if $inactive_projects} @@ -13,6 +13,9 @@ + {if $show_files} + + {/if} @@ -21,6 +24,9 @@ + {if $show_files} + + {/if} @@ -42,6 +48,9 @@ + {if $show_files} + + {/if} @@ -49,6 +58,9 @@ + {if $show_files} + + {/if} @@ -68,12 +80,18 @@ + {if $show_files} + + {/if} {if $active_projects} {foreach $active_projects as $project} + {if $show_files} + + {/if} {/foreach} {/if}
{$i18n.form.projects.active_projects}
{$i18n.label.thing_name} {$i18n.label.description}{$i18n.label.files}{$i18n.label.edit} {$i18n.label.delete}
{$project.name|escape} {$project.description|escape}{$i18n.label.view}{$i18n.label.edit} {$i18n.label.delete}
{$i18n.label.thing_name} {$i18n.label.description}{$i18n.label.files}{$i18n.label.edit} {$i18n.label.delete}
{$project.name|escape} {$project.description|escape}{$i18n.label.view}{$i18n.label.edit} {$i18n.label.delete}
{$i18n.label.thing_name} {$i18n.label.description}{$i18n.label.files}
{$project.name|escape} {$project.description|escape}{$i18n.label.view}