Merge remote-tracking branch 'origin/new/bug_7310'
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / guided_reports_start.tt
index 8dbbb03..ea933aa 100644 (file)
@@ -60,7 +60,7 @@ $(document).ready(function(){
 //]]>
 </script>
 </head>
-<body>
+<body id="rep_guided_reports_start" class="rep">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'circ-search.inc' %]
 
@@ -269,7 +269,7 @@ canned reports and writing custom SQL reports.</p>
 <optgroup label="[% column.table %]">
 [% ELSE %]
 <option value="[% column.name %]">
-[% IF ( column.description ) %][% column.description %]
+[% IF ( column.description ) %][% column.description %] &nbsp; / &nbsp; [% column.name %]
 [% ELSE %]
 [% column.name %]
 [% END %]