Skip to content

qcovery/LMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMS

This module adds the option to create and manage semester reserves.

Usage

Integrate the module in the modules directory of VuFind and activate it by adding LMS to VUFIND_LOCAL_MODULES.
When adding the module manually make sure to copy and adapt the config file and copy/symlink the theme.

Add the following lines to your cart.phtml template:

<!-- Module LMS -->
<div style="float:right;">
    <?=$this->render('cart/cart-lms-export.phtml', []) ?>
</div>
<? if ($this->cart()->isLmsActive()): ?>
    <div style="display: inline-block;">
        <?=$this->transEsc('ELSE hint cart')?>
    </div>
<? endif; ?>
<!-- Module LMS -->