View | Details | Raw Unified | Return to bug 28576
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-2 / +1 lines)
Lines 350-356 Link Here
350
                                            [% ELSE %]
350
                                            [% ELSE %]
351
                                                <div class="hint">[% patron.title | html %] [% patron.firstname | html %] [% patron.surname | html %] does not currently have an image available. To import an image for [% patron.title | html %] [% patron.firstname | html %] [% patron.surname | html %], enter the name of an image file to upload.</div>
351
                                                <div class="hint">[% patron.title | html %] [% patron.firstname | html %] [% patron.surname | html %] does not currently have an image available. To import an image for [% patron.title | html %] [% patron.firstname | html %] [% patron.surname | html %], enter the name of an image file to upload.</div>
352
                                            [% END %]
352
                                            [% END %]
353
                                            <p>Only PNG, GIF, JPEG, XPM formats are supported.</p>
353
                                            <p>Only PNG, GIF, JPEG, XPM formats are supported. Maximum image size is 500KB.</p>
354
                                            <label for="uploadfile">Select the file to upload: </label>
354
                                            <label for="uploadfile">Select the file to upload: </label>
355
                                            <input type="file" id="uploadfile" name="uploadfile" required="required" />
355
                                            <input type="file" id="uploadfile" name="uploadfile" required="required" />
356
                                            <div class="action">
356
                                            <div class="action">
357
- 

Return to bug 28576