View | Details | Raw Unified | Return to bug 9321
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt (-1 / +9 lines)
Lines 5-10 Link Here
5
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
5
<title>Koha &rsaquo; Circulation &rsaquo; 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
- 

Return to bug 9321