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 276-282 Link Here
276
                                            [% ELSE %]
276
                                            [% ELSE %]
277
                                                <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>
277
                                                <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>
278
                                            [% END %]
278
                                            [% END %]
279
                                            <p>Only PNG, GIF, JPEG, XPM formats are supported.</p>
279
                                            <p>Only PNG, GIF, JPEG, XPM formats are supported. Maximum image size is 500KB.</p>
280
                                            <label for="uploadfile">Select the file to upload: </label>
280
                                            <label for="uploadfile">Select the file to upload: </label>
281
                                            <input type="file" id="uploadfile" name="uploadfile" required="required" />
281
                                            <input type="file" id="uploadfile" name="uploadfile" required="required" />
282
                                            <div class="action">
282
                                            <div class="action">
283
- 

Return to bug 28576