Bug 8992: (QA followup) <body> was missing id and class
authorTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 28 Apr 2015 21:11:35 +0000 (18:11 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 28 Apr 2015 21:11:35 +0000 (18:11 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-idref.tt

index 0575680..c389c79 100644 (file)
@@ -16,8 +16,8 @@
 [% END %]
 
 </head>
-<body>
-<div id="idref">
+[% INCLUDE 'bodytag.inc' bodyid='idref' bodyclass='scrollto' %]
+<div class="main">
   [% IF error %]
     This ppn is not found on the idref service.
   [% ELSE %]