Lines 36-41
Link Here
|
36 |
<th>Type</th> |
36 |
<th>Type</th> |
37 |
<th>Comment</th> |
37 |
<th>Comment</th> |
38 |
<th>Expiration</th> |
38 |
<th>Expiration</th> |
|
|
39 |
<th>Created</th> |
39 |
[% IF CAN_user_borrowers && CAN_user_circulate_manage_restrictions %] |
40 |
[% IF CAN_user_borrowers && CAN_user_circulate_manage_restrictions %] |
40 |
<th> </th> |
41 |
<th> </th> |
41 |
[% END %] |
42 |
[% END %] |
Lines 64-69
Link Here
|
64 |
[% END %] |
65 |
[% END %] |
65 |
</td> |
66 |
</td> |
66 |
<td>[% IF d.expiration %] [% d.expiration | $KohaDates %] [% ELSE %] <i>Indefinite</i> [% END %]</td> |
67 |
<td>[% IF d.expiration %] [% d.expiration | $KohaDates %] [% ELSE %] <i>Indefinite</i> [% END %]</td> |
|
|
68 |
<td>[% d.created | $KohaDates %]</td> |
67 |
[% IF CAN_user_borrowers && CAN_user_circulate_manage_restrictions %] |
69 |
[% IF CAN_user_borrowers && CAN_user_circulate_manage_restrictions %] |
68 |
<td> |
70 |
<td> |
69 |
<a class="remove_restriction btn btn-default btn-xs" href="/cgi-bin/koha/members/mod_debarment.pl?borrowernumber=[% borrowernumber %]&borrower_debarment_id=[% d.borrower_debarment_id %]&action=del"> |
71 |
<a class="remove_restriction btn btn-default btn-xs" href="/cgi-bin/koha/members/mod_debarment.pl?borrowernumber=[% borrowernumber %]&borrower_debarment_id=[% d.borrower_debarment_id %]&action=del"> |