Lines 17-23
Link Here
|
17 |
<form action="/cgi-bin/koha/opac-userupdate.pl" method="get"> |
17 |
<form action="/cgi-bin/koha/opac-userupdate.pl" method="get"> |
18 |
<div class="yui-u first"> |
18 |
<div class="yui-u first"> |
19 |
<input type="hidden" name="modify" value="yes" /> |
19 |
<input type="hidden" name="modify" value="yes" /> |
20 |
[% IF ( display_patron_image ) %]<p style="border:1px solid #EEE;padding:1em;"> |
20 |
[% IF ( display_patron_image ) %]<p class="patronimage edit"> |
21 |
<img src="/cgi-bin/koha/opac-patron-image.pl" alt="" /> |
21 |
<img src="/cgi-bin/koha/opac-patron-image.pl" alt="" /> |
22 |
</p>[% END %] |
22 |
</p>[% END %] |
23 |
<fieldset class="brief"><legend>Name</legend><ol> |
23 |
<fieldset class="brief"><legend>Name</legend><ol> |
Lines 105-111
Link Here
|
105 |
[% ELSE %] |
105 |
[% ELSE %] |
106 |
<p style="clear:left;padding:1em 0">To make changes to your record please contact the library.</p> |
106 |
<p style="clear:left;padding:1em 0">To make changes to your record please contact the library.</p> |
107 |
<div class="yui-u first"> |
107 |
<div class="yui-u first"> |
108 |
[% IF ( display_patron_image ) %]<p style="border:1px solid #EEE;border-bottom-color:#000;padding:1em;"> |
108 |
[% IF ( display_patron_image ) %]<p class="patronimage"> |
109 |
<img src="/cgi-bin/koha/opac-patron-image.pl" alt="" /> |
109 |
<img src="/cgi-bin/koha/opac-patron-image.pl" alt="" /> |
110 |
</p>[% END %] |
110 |
</p>[% END %] |
111 |
<fieldset class="rows"> |
111 |
<fieldset class="rows"> |
112 |
- |
|
|