Bug 10100: adds a class to OPAC news dates
Adds a "newsfooter" class to allow CSS modification of the date appearing as a footer on each news. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Adds a class, checked po files to make sure change is string safe. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
7ad69f58e8
commit
8901374b93
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue