From bc8b8a22c442a456e08060557b620b2b3cf9f24e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Wed, 14 Jun 2017 11:10:56 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 18800: Patron card images: Add some more explanation to upload page and fix small translatabiity issue The file koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt has a small translatability issue (sentence splitting by html tags). This patch fixes it and adds a little bit more explanation about uploading, using and replacing such images. To test: - Verify that text changes make sense - Apply patch - Go to Home > Tools > Patron card creator > Images and verify that the page displays properly Signed-off-by: Owen Leonard --- .../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(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt index f0bd34d..83b02e1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/patroncards/image-manage.tt +++ b/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' %] \ No newline at end of file +[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt index db5e8a9..5ceb132 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patroncards/image-manage.tt +++ b/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. +
    +
-- 2.1.4