Bugzilla – Attachment 51973 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]
Bug 16642 - Fix capitalisation for upload patron image
Bug-16642---Fix-capitalisation-for-upload-patron-i.patch (text/plain), 1.98 KB, created by
Claire Gravely
on 2016-06-03 08:47:47 UTC
(
hide
)
Description:
Bug 16642 - Fix capitalisation for upload patron image
Filename:
MIME Type:
Creator:
Claire Gravely
Created:
2016-06-03 08:47:47 UTC
Size:
1.98 KB
patch
obsolete
>From c7ff364497fd58fd787c31b9c5c81aa44d652586 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] 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. >--- > 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.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 16642
:
51973
|
51980
|
51988