Bug 34791: Add links to HTML Customizations to CookieConsent preferences
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / convert_report.tt
1 [% USE raw %]
2 [% PROCESS 'i18n.inc' %]
3 [% INCLUDE 'doc-head-open.inc' %]
4     <title>[% FILTER collapse %]
5         [% t("Convert report") | html %] &rsaquo;
6         [% t("Reports") | html %] &rsaquo;
7         [% t("Koha") | html %]
8     [% END %]</title>
9     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10     </head>
11     <body id="rep_report_convert" class="rep">
12         <h1>Convert report</h1>
13         <div>
14             [% IF msg == 'no_report' %]
15                 There is no valid report for this id.
16             [% ELSIF msg == 'can_be_updated' %]
17                 <div id="col1">
18                     <h3>Existing SQL</h3>
19                     <span class="show_sql">[% current_sql | html_entity %]</span>
20                 </div>
21
22                 <div id="col2">
23                     <h3>Updated SQL</h3>
24                     <span class="show_sql">[% updated_sql | html_entity %]</span>
25                 </div>
26             [% ELSE %]
27                 Something went wrong.
28             [% END %]
29         </div>
30     </body>
31 </html>