From c7b576ad7e9e53a572017a2b3e8771bd128f983d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 7 Feb 2024 11:56:15 +0100 Subject: [PATCH] Bug 34478: Remove 'Delete' link for news on the homepage This should not be a link but a POST instead. Simply removing it for now, we will reintroduce it later if there is a need for that. Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 1 - 1 file changed, 1 deletion(-) 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 845d7759eb..856d9fb0c3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -37,7 +37,6 @@

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 - | Delete | New [% END %]

-- 2.39.2