Bug 16642 - Fix capitalisation for upload patron image
authorClaire Gravely <c.gravely@arts.ac.uk>
Fri, 3 Jun 2016 08:38:25 +0000 (10:38 +0200)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Fri, 3 Jun 2016 11:04:23 +0000 (11:04 +0000)
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>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt

index b775673..80a80a9 100644 (file)
@@ -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.