|
Lines 1-4
Link Here
|
| 1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
|
|
2 |
[% USE raw %] |
| 2 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
[% INCLUDE 'doc-head-open.inc' %] |
| 3 |
<title>Koha › Reports</title> |
4 |
<title>Koha › Reports</title> |
| 4 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
[% INCLUDE 'doc-head-close.inc' %] |
|
Lines 89-95
Link Here
|
| 89 |
|
90 |
|
| 90 |
</div> |
91 |
</div> |
| 91 |
<div class="col-md-12" id="intranet-reports-home-html"> |
92 |
<div class="col-md-12" id="intranet-reports-home-html"> |
| 92 |
[% Koha.Preference('IntranetReportsHomeHTML') | html %] |
93 |
[% Koha.Preference('IntranetReportsHomeHTML') | $raw %] |
| 93 |
</div> |
94 |
</div> |
| 94 |
</div> |
95 |
</div> |
| 95 |
[% INCLUDE 'intranet-bottom.inc' %] |
96 |
[% INCLUDE 'intranet-bottom.inc' %] |
| 96 |
- |
|
|