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 2-7 Link Here
2
<title>Koha &rsaquo; Circulation &rsaquo; Holds queue</title>
2
<title>Koha &rsaquo; Circulation &rsaquo; 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
- 

Return to bug 9321