@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -26,10 +26,10 @@
[% IF ( koha_news_count ) %]
-

News

+

News

[% SET newsdisp = Koha.Preference('NewsAuthorDisplay') %] [% FOREACH koha_new IN koha_news %] -

[% koha_new.title | html %]

+

[% koha_new.title | html %]

[% koha_new.content | $raw %]

Posted on [% koha_new.newdate | html %][% IF( ( newsdisp == 'staff' || newsdisp == 'both' ) && koha_new.borrowernumber ) %] by [% koha_new.author_title | html %] [% koha_new.author_firstname | html %] [% koha_new.author_surname | html %]
[% END %] [% IF ( CAN_user_tools ) %] @@ -44,7 +44,7 @@ [% END %] [% IF ( daily_quote ) %]

-

Quote of the day

+

Quote of the day

[% daily_quote.text | html %] ~ [% daily_quote.source | html %]
--