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 742-747
Link Here
|
742 |
<th>List name</th> |
743 |
<th>List name</th> |
743 |
<th>Contents</th> |
744 |
<th>Contents</th> |
744 |
<th>Type</th> |
745 |
<th>Type</th> |
|
|
746 |
<th>Modification date</th> |
745 |
<th> </th> |
747 |
<th> </th> |
746 |
</tr> |
748 |
</tr> |
747 |
</thead> |
749 |
</thead> |
Lines 758-763
Link Here
|
758 |
<span>Public</span> |
760 |
<span>Public</span> |
759 |
[% END %] |
761 |
[% END %] |
760 |
</td> |
762 |
</td> |
|
|
763 |
<td>[% s.lastmodified | $KohaDates %]</td> |
761 |
<td> |
764 |
<td> |
762 |
[% IF s.can_be_managed( loggedinusernumber ) %] |
765 |
[% IF s.can_be_managed( loggedinusernumber ) %] |
763 |
<form action="/cgi-bin/koha/opac-shelves.pl" method="get" class="d-inline"> |
766 |
<form action="/cgi-bin/koha/opac-shelves.pl" method="get" class="d-inline"> |
764 |
- |
|
|