Bug 8612: [QA Follow-up] Remove two newlines from template output
[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="report_convert" class="catalog">
6         <div id="main" style="direction: ltr;">
7             [% IF msg == 'no_report' %]
8                 There is no valid report for this id.
9             [% ELSIF msg == 'can_be_updated' %]
10                 <h3>Existing sql</h3>
11                 <pre>[% current_sql %]</pre>
12                 <h3>Updated sql</h3>
13                 <pre>[% updated_sql %]</pre>
14             [% ELSE %]
15                 Something went wrong.
16             [% END %]
17         </div>
18     </body>
19 </html>