View | Details | Raw Unified | Return to bug 10100
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt (-2 / +1 lines)
Lines 26-32 Link Here
26
    [% FOREACH koha_new IN koha_news %]
26
    [% FOREACH koha_new IN koha_news %]
27
    <tr><th>[% koha_new.title %]</th></tr>
27
    <tr><th>[% koha_new.title %]</th></tr>
28
    <tr><td><p>[% koha_new.new %]</p>
28
    <tr><td><p>[% koha_new.new %]</p>
29
                <p><i>(published on [% koha_new.newdate %])</i></p></td></tr>
29
                <p class="newsfooter"><i>(published on [% koha_new.newdate %])</i></p></td></tr>
30
    [% END %]
30
    [% END %]
31
    </table>
31
    </table>
32
</div>
32
</div>
33
- 

Return to bug 10100