Bug 19623: (follow-up) Correct footer include in pop-up windows
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / convert_report.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2     <title>Koha &rsaquo; Reports &rsaquo; Convert report</title>
3     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4     </head>
5     <body id="rep_report_convert" class="rep">
6         <div>
7             [% IF msg == 'no_report' %]
8                 There is no valid report for this id.
9             [% ELSIF msg == 'can_be_updated' %]
10                 <div id="col1">
11                     <h3>Existing SQL</h3>
12                     <span class="show_sql">[% current_sql | html_entity %]</span>
13                 </div>
14
15                 <div id="col2">
16                     <h3>Updated SQL</h3>
17                     <span class="show_sql">[% updated_sql | html_entity %]</span>
18                 </div>
19             [% ELSE %]
20                 Something went wrong.
21             [% END %]
22         </div>
23     </body>
24 </html>