From 61965b8fef40306aea434ed2c71c6c402b0778f8 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Mon, 5 May 2025 09:50:33 +0200 Subject: [PATCH] Bug 39824: Add a direct link to default framework in MARC bibliographic frameworks page In Administration > MARC bibliographic frameworks, add a direct link to default framework can be very useful. Currently one needs to move to the actions button, click to open it, and click on "MARC Structure". Test plan : 1) Apply patch 2) Go to Administration > MARC bibliographic frameworks 3) See new link in tools bar "View default framework" 4) Click on it, you go to default framework MARC structure --- .../intranet-tmpl/prog/en/modules/admin/biblio_framework.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt index 809227a6e8..b4a85fe021 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/biblio_framework.tt @@ -100,6 +100,7 @@ [% IF op == 'list' %]
New framework + View default framework
[% END %] -- 2.43.0