From ca6d709880dce43433bbcea5bdb0e07956bf9de0 Mon Sep 17 00:00:00 2001 From: Fabricio Molina Date: Wed, 22 Feb 2023 19:50:33 +0000 Subject: [PATCH] Bug 6473: Test patch This is a test patch --- koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt index 75f5cfc6de..a5cb1b065b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -31,11 +31,11 @@
[% IF ( koha_news.count ) %]
-

News

+

Hola mundo

[% SET show_author = Koha.Preference('NewsAuthorDisplay') == 'staff' || Koha.Preference('NewsAuthorDisplay') == 'both' %] [% FOREACH koha_new IN koha_news %] -

[% koha_new.title | html %]

-
[% koha_new.content | $raw %]
+

[% koha_new.category | html %]

+
[% koha_new.content| $raw %]

Posted on [% koha_new.published_on | $KohaDates %][% IF( show_author && koha_new.author ) %] by [% INCLUDE 'patron-title.inc' patron=koha_new.author %]
[% END %] [% IF ( CAN_user_tools_edit_additional_contents ) %] Edit @@ -99,7 +99,7 @@ [% IF ( UseCourseReserves ) %]

  • - Course reserves + HOLA MUNDO
  • [% END %] -- 2.30.2