Lines 126-132
Link Here
|
126 |
[% END %] |
126 |
[% END %] |
127 |
<div id="interlibraryloans"> |
127 |
<div id="interlibraryloans"> |
128 |
[% IF !backends_available || !has_branch %] |
128 |
[% IF !backends_available || !has_branch %] |
129 |
<div class="dialog message">ILL module configuration problem. Take a look at the <a href="/cgi-bin/koha/about.pl#sysinfo_panel">about page</a></div> |
129 |
<div class="dialog message">ILL module configuration problem. Take a look at the <a href="/cgi-bin/koha/about.pl?tab=sysinfo">about page</a></div> |
130 |
[% ELSE %] |
130 |
[% ELSE %] |
131 |
[% INCLUDE 'ill-toolbar.inc' %] |
131 |
[% INCLUDE 'ill-toolbar.inc' %] |
132 |
[% INCLUDE 'ill-batch-modal.inc' %] |
132 |
[% INCLUDE 'ill-batch-modal.inc' %] |
133 |
- |
|
|