diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt index 1655823661..a44aaa9cd0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/files.tt @@ -17,49 +17,58 @@

Files

+ [% IF errors %] +
+ [% IF errors.empty_upload %]The file you are attempting to upload has no contents.[% END %] + [% IF errors.no_file %]You did not select a file to upload.[% END %] +
+ [% END %] + + [% IF ( files ) %] - - - - - [% IF CAN_user_borrowers %][% END %] + + + + + + [% IF CAN_user_borrowers %][% END %] + - [% IF errors %] -
- [% IF errors.empty_upload %]The file you are attempting to upload has no contents.[% END %] - [% IF errors.no_file %]You did not select a file to upload.[% END %] -
- [% END %] - [% FOREACH f IN files %] - + - [% IF CAN_user_borrowers %][% END %] + [% IF CAN_user_borrowers %][% END %] [% END %]
NameTypeDescriptionUploaded 
NameTypeDescriptionUploaded 
[% f.file_name %][% f.file_name %] [% f.file_type %] [% f.file_description %] [% f.date_uploaded | $KohaDates %]DeleteDelete
+ [% ELSE %] +
+

This patron has no files attached.

+
+ [% END %] -
-
+ +
Upload New File - - +
    +
  1. - +
  2. - +
  3. - +
+
@@ -70,5 +79,4 @@ [% INCLUDE 'circ-menu.inc' %] - [% INCLUDE 'intranet-bottom.inc' %]