Merge branch 'bug_9850' into 3.14-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / upload-cover-image.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Upload cover images</h1>
4
5 <p>This tool will allow you to upload cover images for the materials in your catalog. To access this tool, staff will need the upload_local_cover_images permission. In order for images to show in the staff client and/or OPAC you will need to set your LocalCoverImages and/or OPACLocalCoverImages preferences to 'Display.' Images can be uploaded in batches or one by one.</p>
6
7 <p>If uploading a single image:</p>
8
9 <ul>
10     <li>Visit the tool and click the 'Browse' button to browse to the image on your local machine.</li>
11     <li>Click 'Upload file'</li>
12     <li>Choose 'Image file' under the 'File type' section</li>
13     <li>Enter the biblionumber for the record you're attaching this image to. This is not the same as the barcode, this is the system generated number assigned by Koha.</li>
14 <ul>
15     <li>Find the biblionumber by looking at the end of the URL in the address bar when on the detail page or by clicking on the MARC tab on the detail page in the staff client</li>
16 </ul>
17     <li>If you would like to replace any other cover images you may have uploaded in the past, check the 'Replace existing covers' box under the 'Options' section</li>
18     <li>Click 'Process images'</li>
19     <li>You will be presented with a summary of the upload and a link to the record you have just added the image to</li>
20 </ul>
21
22 <p>If uploading a batch of images at once you will need to prepare a ZIP file first.</p>
23
24 <ul>
25     <li>Enter in to the ZIP file all the images you are uploading</li>
26     <li>Also include a text file (*.TXT) named either datalink.txt or idlink.txt listing the biblionumber followed by the image name for each image one per line
27 <ul>
28     <li>ex. 4091,image4091.jpg</li>
29 </ul>
30 </li>
31     <li>Browse your local computer to the ZIP file</li>
32     <li>Click 'Upload file'</li>
33     <li>Choose 'Zip file' under the 'File type' section</li>
34     <li>If you would like to replace any other cover images you may have uploaded in the past, check the 'Replace existing covers' box under the 'Options' section</li>
35     <li>Click 'Process images'</li>
36     <li>You will be presented with a summary of the upload</li>
37 </ul>
38
39 <p>You will be able to see your cover images in the staff client on the detail page under the 'Image' tab in the holdings table at the bottom</p>
40
41 <p>In the OPAC the cover images will also appear in the images tab, as well as next to the title and on the search results.</p>
42
43 <p><strong>See the full documentation for Uploading Cover Images in the <a href="http://manual.koha-community.org/3.12/en/uploadlocalimages.html">manual</a> (online).</strong></p>
44
45 [% INCLUDE 'help-bottom.inc' %]