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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc (-1 / +1 lines)
Lines 145-151 Link Here
145
                <h4 class="modal-title" id="patronImageEditLabel">Modal title</h4>
145
                <h4 class="modal-title" id="patronImageEditLabel">Modal title</h4>
146
            </div>
146
            </div>
147
            <div class="modal-body">
147
            <div class="modal-body">
148
                <img src="[% interface %]/[% theme %]/img/spinner-small.gif" alt="" />
148
                <img src="[% interface | html %]/[% theme | html %]/img/spinner-small.gif" alt="" />
149
            </div>
149
            </div>
150
            <div class="modal-footer">
150
            <div class="modal-footer">
151
                <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
151
                <button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-2 / +1 lines)
Lines 269-275 Link Here
269
                                        [% END %]
269
                                        [% END %]
270
                                        <form method="post" id="picture-upload" style="display:none;" action="/cgi-bin/koha/tools/picture-upload.pl" enctype="multipart/form-data">
270
                                        <form method="post" id="picture-upload" style="display:none;" action="/cgi-bin/koha/tools/picture-upload.pl" enctype="multipart/form-data">
271
                                            [% IF ( patron.image ) %]
271
                                            [% IF ( patron.image ) %]
272
                                                <div class="hint">To update the image for [% patron.title %] [% patron.firstname | html %] [% patron.surname | html %], select a new image file and click 'Upload.' <br />Click the 'Delete' button to remove the current image.</div>
272
                                                <div class="hint">To update the image for [% patron.title | html %] [% patron.firstname | html %] [% patron.surname | html %], select a new image file and click 'Upload.' <br />Click the 'Delete' button to remove the current image.</div>
273
                                            [% ELSE %]
273
                                            [% ELSE %]
274
                                                <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>
274
                                                <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>
275
                                            [% END %]
275
                                            [% END %]
276
- 

Return to bug 20809