Bugzilla – Attachment 64278 Details for
Bug 18800
Patron card images: Add some more explanation to upload page and fix small translatability issue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18800: Patron card images: Add some more explanation to upload page and fix small translatabiity issue
Bug-18800-Patron-card-images-Add-some-more-explana.patch (text/plain), 4.54 KB, created by
Marc Véron
on 2017-06-14 09:14:27 UTC
(
hide
)
Description:
Bug 18800: Patron card images: Add some more explanation to upload page and fix small translatabiity issue
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-06-14 09:14:27 UTC
Size:
4.54 KB
patch
obsolete
>From 1d716bae2a30b20f38ed325cc15fc8fc5f1b0e71 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 14 Jun 2017 11:10:56 +0200 >Subject: [PATCH] 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 bi 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 cad 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(-) > >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 @@ > > <h1>Manage Images</h1> > >+<p>Upload additional images to use as logo, decoration or background on a patron card layout.</p> >+ > <p>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.</p> > > <p>Images must be under 500k in size.</p> >@@ -12,10 +14,12 @@ > > <p>Once the file is uploaded you will be presented with a confirmation message.</p> > >-<p>And the image will be listed with all of your others on the right hand side of the page.</p> >+<p>All uploaded images will be listed on the right hand side of this page.</p> > > <p>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.</p> > >+<p>To replace an image, delete it, upload a new file and give it the same image name.</p> >+ > <p><strong>See the full documentation for Managing Images in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/patroncardcreator.html#managecardimages">manual</a> (online).</strong></p> > >-[% 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' %] > <div class="yui-g"> > <div class="yui-u first"> >- <h1>Upload images</h1> >+ <h1>Upload additional images for patron cards</h1> >+ <p>Manage additional images to use as logo, decoration or background on a patron card layout.</p> > <form name="upload_images" method="post" action="/cgi-bin/koha/patroncards/image-manage.pl" enctype="multipart/form-data"> > <fieldset class="brief"> >- <div class="hint"> >- <b>NOTE:</b> Only PNG, GIF, JPEG, XPM formats are supported. Images <b>must</b> be less than 500KB. >- </div> >+ <div class="hint">Only PNG, GIF, JPEG, XPM formats are supported. Maximum image size is 500KB.</div> > <ol> > <li> > <label for="uploadfile">Select the file to upload: </label> >@@ -86,6 +85,10 @@ > <div class="hint"> > This will be the name by which you will refer to this image in the patron card layout editor. > </div> >+ <div class="hint"> >+ To replace an image, delete it, upload a new file and give it the same image name. >+ </div> >+ > <input type="text" id="image_name" name="image_name" size="20" /> > </li> > </ol> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18800
:
64278
|
64281
|
64408