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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/merge.tt (-16 lines)
Lines 1-15 Link Here
1
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; [% shelf %] merge</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'header.inc' %]
5
6
<h1> [% session %] </h1>
7
8
[% IF ( fields ) %][% INCLUDE virtualshelves/merge/selection.tmpl %]
9
[% ELSE %]
10
<h1>DOIT</h1><pre>[% new %]</pre>
11
<h1>ITEMS</h1><pre>[% items %]</pre>
12
[% END %]
13
14
[% INCLUDE 'intranet-bottom.inc' %]
15
16
- 

Return to bug 20650