Bugzilla – Attachment 181893 Details for
Bug 39824
Add a direct link to default framework in MARC bibliographic frameworks page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39824: Add a direct link to default framework in MARC bibliographic frameworks page
Bug-39824-Add-a-direct-link-to-default-framework-i.patch (text/plain), 1.56 KB, created by
Fridolin Somers
on 2025-05-05 07:53:35 UTC
(
hide
)
Description:
Bug 39824: Add a direct link to default framework in MARC bibliographic frameworks page
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2025-05-05 07:53:35 UTC
Size:
1.56 KB
patch
obsolete
>From 61965b8fef40306aea434ed2c71c6c402b0778f8 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >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' %] > <div id="toolbar" class="btn-toolbar"> > <a class="btn btn-default" id="newframework" href="/cgi-bin/koha/admin/biblio_framework.pl?op=add_form"><i class="fa fa-plus"></i> New framework</a> >+ <a class="btn btn-default" id="view_default_framework" href="/cgi-bin/koha/admin/marctagstructure.pl?frameworkcode="><i class="fa fa-eye"></i> View default framework</a> > </div> > [% END %] > >-- >2.43.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39824
:
181893
|
181894
|
181928