@@ -, +, @@ type" section 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 | 28 +++++++++++++--------- 1 file changed, 17 insertions(+), 11 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 @@ -93,10 +93,10 @@ -
- File type -
    - [% UNLESS itemnumber %] + [% UNLESS itemnumber %] +
    + File type +
    1. [% IF (filetype != 'image' ) %] @@ -122,13 +122,19 @@
    2. - [% ELSE %] - - - - [% END %] -
    -
    +
+
+ [% ELSE %] +
+
    +
  1. + + + +
  2. +
+
+ [% END %]
Options
    --