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