Lines 2-7
Link Here
|
2 |
<title>Koha › Circulation › Holds queue</title> |
2 |
<title>Koha › Circulation › Holds queue</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
<style type="text/css"> p { margin-top: 0; }</style> |
4 |
<style type="text/css"> p { margin-top: 0; }</style> |
|
|
5 |
<style type="text/css" media="print"> |
6 |
body { |
7 |
background: white; |
8 |
font-size: 12pt; |
9 |
} |
10 |
#holdst { |
11 |
width: 100%; |
12 |
} |
13 |
</style> |
5 |
</head> |
14 |
</head> |
6 |
<body id="circ_view_holdsqueue" class="circ"> |
15 |
<body id="circ_view_holdsqueue" class="circ"> |
7 |
[% INCLUDE 'header.inc' %] |
16 |
[% INCLUDE 'header.inc' %] |
8 |
- |
|
|