|
Lines 5-11
Link Here
|
| 5 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
| 6 |
<title>Koha › Patrons › Pending discharge requests</title> |
6 |
<title>Koha › Patrons › Pending discharge requests</title> |
| 7 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
[% INCLUDE 'doc-head-close.inc' %] |
| 8 |
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/datatables_[% KOHA_VERSION %].css" /> |
8 |
[% Asset.css("css/datatables.css") %] |
| 9 |
</head> |
9 |
</head> |
| 10 |
<body id="pat_discharges" class="pat"> |
10 |
<body id="pat_discharges" class="pat"> |
| 11 |
[% INCLUDE 'header.inc' %] |
11 |
[% INCLUDE 'header.inc' %] |
| 12 |
- |
|
|