@@ -, +, @@ cover images - Attach a cover image to an item - View it - Notice the "Upload image" button, confirm that with this patch applied - Attach a cover image to the biblio - View it - Notice the "Upload image" button, confirm that with this patch applied --- .../intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/imageviewer.tt @@ -48,7 +48,15 @@ [% IF ( CAN_user_tools_upload_local_cover_images ) %]
-

Upload an image file: Upload +

+ [% IF itemnumber %] + Upload an image file for this item: + + [% ELSE %] + Upload an image file for this bibliographic record: + + [% END %] + Upload

[% END %] --