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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/hold-group.tt (-1 / +1 lines)
Lines 2-8 Link Here
2
<title>Holds group ([% hold_group.id | html %]) &rsaquo; Holds &rsaquo; Circulation &rsaquo; Koha</title>
2
<title>Holds group ([% hold_group.id | html %]) &rsaquo; Holds &rsaquo; Circulation &rsaquo; Koha</title>
3
[% INCLUDE 'doc-head-close.inc' %]
3
[% INCLUDE 'doc-head-close.inc' %]
4
</head>
4
</head>
5
<body id="hold-group">
5
<body id="hold-group" class="reserve">
6
<h1>Holds group ([% hold_group.id | html %])</h1>
6
<h1>Holds group ([% hold_group.id | html %])</h1>
7
<div id="main">
7
<div id="main">
8
    [% holds = hold_group.holds %]
8
    [% holds = hold_group.holds %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +1 lines)
Lines 121-127 Link Here
121
[% END %]
121
[% END %]
122
</head>
122
</head>
123
123
124
<body id="circ_request" class="catalog">
124
<body id="circ_request" class="reserve">
125
125
126
[% WRAPPER 'header.inc' %]
126
[% WRAPPER 'header.inc' %]
127
    [% INCLUDE 'circ-search.inc' %]
127
    [% INCLUDE 'circ-search.inc' %]
128
- 

Return to bug 41217