@@ -, +, @@ explanation to upload page and fix small translatabiity issue - Verify that text changes make sense - Apply patch - Go to Home > Tools > Patron card creator > Images and verify that the page displays properly --- .../prog/en/modules/help/patroncards/image-manage.tt | 8 ++++++-- .../intranet-tmpl/prog/en/modules/patroncards/image-manage.tt | 11 +++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt @@ -2,6 +2,8 @@

Manage Images

+

Upload additional images to use as logo, decoration or background on a patron card layout.

+

Images uploaded using this tool will appear on the menu when creating patron card layouts. You are limited in how many images you can upload (not counting patron images) by the ImageLimit system preference.

Images must be under 500k in size.

@@ -12,10 +14,12 @@

Once the file is uploaded you will be presented with a confirmation message.

-

And the image will be listed with all of your others on the right hand side of the page.

+

All uploaded images will be listed on the right hand side of this page.

To delete one or multiple of these images, click the checkbox to the right of each image you want to delete and click the 'Delete' button.

+

To replace an image, delete it, upload a new file and give it the same image name.

+

See the full documentation for Managing Images in the manual (online).

-[% INCLUDE 'help-bottom.inc' %] +[% INCLUDE 'help-bottom.inc' %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt @@ -69,12 +69,11 @@ [% INCLUDE 'patroncards-errors.inc' %]
-

Upload images

+

Upload additional images for patron cards

+

Manage additional images to use as logo, decoration or background on a patron card layout.

-
- NOTE: Only PNG, GIF, JPEG, XPM formats are supported. Images must be less than 500KB. -
+
Only PNG, GIF, JPEG, XPM formats are supported. Maximum image size is 500KB.
  1. @@ -86,6 +85,10 @@
    This will be the name by which you will refer to this image in the patron card layout editor.
    +
    + To replace an image, delete it, upload a new file and give it the same image name. +
    +
--