Browse Source

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>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
16.11.x
Claire Gravely 8 years ago
committed by Brendan Gallagher
parent
commit
78b2fde348
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt

4
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.

Loading…
Cancel
Save