Bugzilla – Attachment 181928 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.61 KB, created by
Roman Dolny
on 2025-05-05 15:39:22 UTC
(
hide
)
Description:
Bug 39824: Add a direct link to default framework in MARC bibliographic frameworks page
Filename:
MIME Type:
Creator:
Roman Dolny
Created:
2025-05-05 15:39:22 UTC
Size:
1.61 KB
patch
obsolete
>From ec0d9da12094045f34ad71580cfa82e61f9724c4 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 > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >--- > .../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.39.5
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