Bug 10100: adds a class to OPAC news dates
[koha-ffzg.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-main.tt
index 045313d..3844fc5 100644 (file)
@@ -26,7 +26,7 @@
     [% FOREACH koha_new IN koha_news %]
     <tr><th>[% koha_new.title %]</th></tr>
     <tr><td><p>[% koha_new.new %]</p>
-                <p><i>(published on [% koha_new.newdate %])</i></p></td></tr>
+                <p class="newsfooter"><i>(published on [% koha_new.newdate %])</i></p></td></tr>
     [% END %]
     </table>
 </div>