Bugzilla – Attachment 51988 Details for
Bug 16642
Fix capitalisation for upload patron image
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16642 - Fix capitalisation for upload patron image
PASSED-QA-Bug-16642---Fix-capitalisation-for-uploa.patch (text/plain), 2.10 KB, created by
Katrin Fischer
on 2016-06-03 11:03:38 UTC
(
hide
)
Description:
[PASSED QA] Bug 16642 - Fix capitalisation for upload patron image
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-06-03 11:03:38 UTC
Size:
2.10 KB
patch
obsolete
>From d3c3f7b0c5b457fbec363ea82218c493066b8ba5 Mon Sep 17 00:00:00 2001 >From: Claire Gravely <c.gravely@arts.ac.uk> >Date: Fri, 3 Jun 2016 10:38:25 +0200 >Subject: [PATCH] [PASSED QA] Bug 16642 - Fix capitalisation for upload patron > image > >To fix capitalisation on the staff interface when patronimages is turned on. > >Test plan: >1. In staff interface. Turn on patronimages sys preference. >2. Go to a patron without an image and check that the "Upload > patron image" box heading now has correct capitalisation. >3. Go to a patron with an image already uploaded and check the > "Manage patron image" box heading has correct capitalisation. > >Signed-off-by: Sofia <szapoun@lib.auth.gr> > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index b775673..80a80a9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -276,10 +276,10 @@ function validate1(date) { > <form method="post" action="/cgi-bin/koha/tools/picture-upload.pl" enctype="multipart/form-data"> > <fieldset class="brief"> > [% IF ( picture ) %] >- <legend>Manage Patron Image</legend> >+ <legend>Manage patron image</legend> > <div class="hint">To update the image for [% title %] [% surname %], select a new image file and click 'Upload.' <br />Click the 'Delete' button to remove the current image. > [% ELSE %] >- <legend>Upload Patron Image</legend> >+ <legend>Upload patron image</legend> > <div class="hint">[% title %] [% firstname %] [% surname %] does not currently have an image available. To import an image for [% title %] [% surname %], enter the name of an image file to upload. > [% END %] > <br />Only PNG, GIF, JPEG, XPM formats are supported. >-- >2.7.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 16642
:
51973
|
51980
| 51988