Bug 32030: Add ERM to the 'More' menu in the header
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
ac861016da
commit
587a44dbe8
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@
|
|||
[% IF ( CAN_user_serials ) %]
|
||||
<li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
|
||||
[% END %]
|
||||
[% IF Koha.Preference('ERMModule') && CAN_user_erm %]
|
||||
<li><a href="/cgi-bin/koha/erm/erm-home.pl">Electronic resources management</a></li>
|
||||
[% END %]
|
||||
[% IF ( Koha.Preference('UseCourseReserves') ) %]
|
||||
<li><a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course reserves</a></li>
|
||||
[% END %]
|
||||
|
|
Loading…
Reference in a new issue