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