@@ -, +, @@ 1 - Enable 'LocalCoverImages' system preference 2 - Browse to the details page for a record 3 - Under the 'Images' tab click 'Upload' 4 - Note the display includes File type section with a biblionuber input 5 - Upload an image and note the results page 6 - Return to the biblio, this time on the 'Holdings' tab 7 - Click the down arrow next to 'Edit' and choose 'Upload image' 8 - Note the form has a File type section with an itemnumber input 9 - Apply patch --- .../prog/en/modules/tools/upload-images.tt | 59 +++++++++++-------- 1 file changed, 35 insertions(+), 24 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt @@ -16,10 +16,10 @@ @@ -28,10 +28,8 @@
-

Upload local cover image

- [% IF ( uploadimage ) %] -

Image upload results :

+

Image upload results :


[% END # /IF uploadimage %] + + [% UNLESS itemnumber || biblionumber %] +

Upload local cover image

+ [% ELSIF itemnumber %] +

Upload local cover image for itemnumber: [% itemnumber | html %]

+ [% ELSIF biblionumber %] +

Upload local cover image for biblionumber: [% biblionumber | html %]

+ [% END %] +
@@ -88,15 +99,13 @@
-
- - - -
-
- File type -
    - [% UNLESS itemnumber %] + + + + [% UNLESS itemnumber || biblionumber %] +
    + File type +
    1. [% IF (filetype != 'image' ) %] @@ -122,13 +131,15 @@
    2. - [% ELSE %] - - - - [% END %] -
    -
    +
+
+ [% ELSIF itemnumber %] + + + [% ELSIF biblionumber %] + + + [% END %]
Options
    --