X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Ftime_files.tpl;fp=WEB-INF%2Ftemplates%2Ftime_files.tpl;h=f373815f767d208ce99d0ffd4edbfbb715fecfb0;hb=ccad5f6b0a1739455bf3b53dfcbcffd6692ffd5e;hp=0000000000000000000000000000000000000000;hpb=841e890b68ec699bf5291c43b4527bf748b5265c;p=timetracker.git diff --git a/WEB-INF/templates/time_files.tpl b/WEB-INF/templates/time_files.tpl new file mode 100644 index 00000000..f373815f --- /dev/null +++ b/WEB-INF/templates/time_files.tpl @@ -0,0 +1,47 @@ + + + + +
+ + + + +{if $can_edit} + + +{/if} + +{if $files} + {foreach $files as $file} + + + + {if $can_edit} + + + {/if} + + {/foreach} +{/if} +
{$i18n.label.thing_name}{$i18n.label.description}{$i18n.label.edit}{$i18n.label.delete}
{$file.name|escape}{$file.description|escape}{$i18n.label.edit}{$i18n.label.delete}
+
+ +{if $can_edit} +{$forms.fileUploadForm.open} + + + + +
+ + + + + + + +
{$i18n.label.description}:{$forms.fileUploadForm.description.control}{$forms.fileUploadForm.newfile.control}
{$forms.fileUploadForm.btn_submit.control}
+
+{$forms.fileUploadForm.close} +{/if}