Lines 276-285
function validate1(date) {
Link Here
|
276 |
<form method="post" action="/cgi-bin/koha/tools/picture-upload.pl" enctype="multipart/form-data"> |
276 |
<form method="post" action="/cgi-bin/koha/tools/picture-upload.pl" enctype="multipart/form-data"> |
277 |
<fieldset class="brief"> |
277 |
<fieldset class="brief"> |
278 |
[% IF ( picture ) %] |
278 |
[% IF ( picture ) %] |
279 |
<legend>Manage Patron Image</legend> |
279 |
<legend>Manage patron image</legend> |
280 |
<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. |
280 |
<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. |
281 |
[% ELSE %] |
281 |
[% ELSE %] |
282 |
<legend>Upload Patron Image</legend> |
282 |
<legend>Upload patron image</legend> |
283 |
<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. |
283 |
<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. |
284 |
[% END %] |
284 |
[% END %] |
285 |
<br />Only PNG, GIF, JPEG, XPM formats are supported. |
285 |
<br />Only PNG, GIF, JPEG, XPM formats are supported. |
286 |
- |
|
|