|
Lines 10-25
Link Here
|
| 10 |
[% IF CAN_user_borrowers_edit_borrowers && ( !Koha.Preference('IndependentBranchesPatronModifications') || borrower.branch == branch ) %] |
10 |
[% IF CAN_user_borrowers_edit_borrowers && ( !Koha.Preference('IndependentBranchesPatronModifications') || borrower.branch == branch ) %] |
| 11 |
<a href="/cgi-bin/koha/members/members-update.pl?active=[% patron.borrowernumber | uri %]">Review pending modifications</a> |
11 |
<a href="/cgi-bin/koha/members/members-update.pl?active=[% patron.borrowernumber | uri %]">Review pending modifications</a> |
| 12 |
[% ELSE %] |
12 |
[% ELSE %] |
| 13 |
Patron has pending modifications |
13 |
<span>Patron has pending modifications</span> |
| 14 |
[% END %] |
14 |
[% END %] |
| 15 |
</li> |
15 |
</li> |
| 16 |
[% END %] |
16 |
[% END %] |
| 17 |
|
17 |
|
| 18 |
[% IF ( warndeparture ) %] |
18 |
[% IF ( warndeparture ) %] |
| 19 |
<li class="warndeparture"> |
19 |
<li class="warndeparture"> |
| 20 |
<span class="circ-hlt">Expiration:</span> Patron's card will expire soon. |
20 |
<span class="circ-hlt">Expiration:</span> |
| 21 |
Patron's card expires on [% expiry | $KohaDates %] <a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&destination=circ&reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=[% patron.borrowernumber | html %]">Edit details</a> |
21 |
<span>Patron's card will expire soon.</span> |
| 22 |
|
22 |
<span>Patron's card expires on [% expiry | $KohaDates %]</span> |
|
|
23 |
<a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&destination=circ&reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=[% patron.borrowernumber | html %]">Edit details</a> |
| 23 |
</li> |
24 |
</li> |
| 24 |
[% END %] |
25 |
[% END %] |
| 25 |
|
26 |
|
|
Lines 31-39
Link Here
|
| 31 |
|
32 |
|
| 32 |
[% IF ( expired ) %] |
33 |
[% IF ( expired ) %] |
| 33 |
<li class="expired"> |
34 |
<li class="expired"> |
| 34 |
<span class="circ-hlt">Expiration:</span> Patron's card has expired. |
35 |
<span class="circ-hlt">Expiration:</span> |
|
|
36 |
<span>Patron's card has expired.</span> |
| 35 |
[% IF ( expiry ) %] |
37 |
[% IF ( expiry ) %] |
| 36 |
Patron's card expired on [% expiry | $KohaDates %] |
38 |
<span>Patron's card expired on [% expiry | $KohaDates %]</span> |
| 37 |
[% END %] |
39 |
[% END %] |
| 38 |
<a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&destination=circ&reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=[% patron.borrowernumber | html %]">Edit details</a> |
40 |
<a href="/cgi-bin/koha/members/setstatus.pl?borrowernumber=[% patron.borrowernumber | uri %]&destination=circ&reregistration=y">Renew</a> or <a href="/cgi-bin/koha/members/memberentry.pl?op=modify&destination=circ&borrowernumber=[% patron.borrowernumber | html %]">Edit details</a> |
| 39 |
</li> |
41 |
</li> |
|
Lines 150-156
Link Here
|
| 150 |
([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), |
152 |
([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), |
| 151 |
[% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] |
153 |
[% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] |
| 152 |
[% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] |
154 |
[% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] |
| 153 |
Hold placed on [% w.reservedate | $KohaDates %]. |
155 |
<span>Hold placed on [% w.reservedate | $KohaDates %].</span> |
| 154 |
<br /> |
156 |
<br /> |
| 155 |
<strong class="waitinghere"> |
157 |
<strong class="waitinghere"> |
| 156 |
[% SET expires_on = w.expirationdate %] |
158 |
[% SET expires_on = w.expirationdate %] |
|
Lines 172-178
Link Here
|
| 172 |
([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), |
174 |
([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), |
| 173 |
[% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] |
175 |
[% IF ( w.biblio.author ) %] by [% w.biblio.author | html %] [% END %] |
| 174 |
[% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] |
176 |
[% IF ( w.item.itemcallnumber ) %] [[% w.item.itemcallnumber | html %]] [% END %] |
| 175 |
Hold placed on [% w.reservedate | $KohaDates %]. |
177 |
<span>Hold placed on [% w.reservedate | $KohaDates %].</span> |
| 176 |
<br /> |
178 |
<br /> |
| 177 |
<strong> |
179 |
<strong> |
| 178 |
[% SET expires_on = w.expirationdate %] |
180 |
[% SET expires_on = w.expirationdate %] |
| 179 |
- |
|
|