|
Lines 184-201
function validate1(date) {
Link Here
|
| 184 |
[% IF ( reregistration ) %]<div class="dialog message">Patron's account has been renewed until [% dateexpiry %]</div>[% END %] |
184 |
[% IF ( reregistration ) %]<div class="dialog message">Patron's account has been renewed until [% dateexpiry %]</div>[% END %] |
| 185 |
|
185 |
|
| 186 |
[% IF ( flagged ) %] |
186 |
[% IF ( flagged ) %] |
| 187 |
<ul> |
187 |
<div id="circmessages" class="circmessage attention"> |
|
|
188 |
<ul> |
| 188 |
[% IF ( userdebarred ) %] |
189 |
[% IF ( userdebarred ) %] |
| 189 |
<li>Patron is restricted[% IF ( userdebarreddate ) %] until [% userdebarreddate%] [% IF (debarredcomment ) %]([% debarredcomment %])[% END %][% END %] |
190 |
<li class="blocker">Patron is restricted[% IF ( userdebarreddate ) %] until [% userdebarreddate%] [% IF (debarredcomment ) %]([% debarredcomment %])[% END %][% END %] |
| 190 |
<form class="inline compact" action="/cgi-bin/koha/members/setdebar.pl" method="post"> |
191 |
<form class="inline compact" action="/cgi-bin/koha/members/setdebar.pl" method="post"> |
| 191 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
192 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 192 |
<input type="submit" value="Lift restriction" /> |
193 |
<input type="submit" value="Lift restriction" /> |
| 193 |
</form> |
194 |
</form> |
| 194 |
</li> |
195 |
</li> |
| 195 |
[% END %] |
196 |
[% END %] |
| 196 |
[% IF ( gonenoaddress ) %]<li>Patron's address is in doubt.</li>[% END %] |
197 |
[% IF ( gonenoaddress ) %]<li class="blocker">Patron's address is in doubt.</li>[% END %] |
| 197 |
[% IF ( lost ) %]<li>Patron's card has been reported lost.</li>[% END %] |
198 |
[% IF ( lost ) %]<li class="blocker">Patron's card has been reported lost.</li>[% END %] |
| 198 |
</ul> |
199 |
</ul> |
|
|
200 |
</div> |
| 199 |
[% END %] |
201 |
[% END %] |
| 200 |
|
202 |
|
| 201 |
<h3>[% UNLESS ( I ) %] |
203 |
<h3>[% UNLESS ( I ) %] |
| 202 |
- |
|
|