|
Lines 1-6
Link Here
|
| 1 |
[% USE raw %] |
1 |
[% USE raw %] |
| 2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
| 3 |
[% USE Koha %] |
3 |
[% USE Koha %] |
|
|
4 |
[% USE KohaDates %] |
| 4 |
[% USE AdditionalContents %] |
5 |
[% USE AdditionalContents %] |
| 5 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
6 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
| 6 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
7 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
|
Lines 714-719
Link Here
|
| 714 |
<th>List name</th> |
715 |
<th>List name</th> |
| 715 |
<th>Contents</th> |
716 |
<th>Contents</th> |
| 716 |
<th>Type</th> |
717 |
<th>Type</th> |
|
|
718 |
<th>Modification date</th> |
| 717 |
<th> </th> |
719 |
<th> </th> |
| 718 |
</tr> |
720 |
</tr> |
| 719 |
</thead> |
721 |
</thead> |
|
Lines 730-735
Link Here
|
| 730 |
<span>Public</span> |
732 |
<span>Public</span> |
| 731 |
[% END %] |
733 |
[% END %] |
| 732 |
</td> |
734 |
</td> |
|
|
735 |
<td>[% s.lastmodified | $KohaDates %]</td> |
| 733 |
<td> |
736 |
<td> |
| 734 |
[% IF s.can_be_managed( loggedinusernumber ) %] |
737 |
[% IF s.can_be_managed( loggedinusernumber ) %] |
| 735 |
<form action="/cgi-bin/koha/opac-shelves.pl" method="get" class="d-inline"> |
738 |
<form action="/cgi-bin/koha/opac-shelves.pl" method="get" class="d-inline"> |
| 736 |
- |
|
|