Bugzilla – Attachment 90894 Details for
Bug 23179
Add 'Edit subfields' to framework management tag dropdown and clarify options
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23179: Add 'edit subfields' button to framework management
Bug-23179-Add-edit-subfields-button-to-framework-m.patch (text/plain), 2.64 KB, created by
Nick Clemens (kidclamp)
on 2019-06-21 11:04:31 UTC
(
hide
)
Description:
Bug 23179: Add 'edit subfields' button to framework management
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2019-06-21 11:04:31 UTC
Size:
2.64 KB
patch
obsolete
>From e7851a6f5c77660f71ee2b76889bde204d26e8b9 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 21 Jun 2019 11:02:43 +0000 >Subject: [PATCH] Bug 23179: Add 'edit subfields' button to framework > management > >To test: >1) Go to Administration > MARC bibliographic framework >2) On a line click Actions > MARC structure >3) Note the dropdowns for each tag are: Edit, Subfields, Delete >4) Apply patch >5) Reload and note dropdowns are: Edit tag, View subfields, Edit subfields, Delete >6) Confirm options do what is selected >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >index 0ac2e4f31a..1e9c54a4e9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marctagstructure.tt >@@ -207,8 +207,9 @@ > <a class="btn btn-default btn-xs dropdown-toggle" id="marctagactions[% loo.tagfield | html %]" role="button" data-toggle="dropdown" href="#"> > Actions <b class="caret"></b></a> > <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="marctagactions[% loo.tagfield | html %]"> >- <li><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% loo.tagfield | uri %]&frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-eye"></i> Subfields</a></li> >- <li><a href="?op=add_form&searchfield=[% loo.tagfield | uri %]&frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-pencil"></i> Edit</a></li> >+ <li><a href="?op=add_form&searchfield=[% loo.tagfield | uri %]&frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-pencil"></i> Edit tag</a></li> >+ <li><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?tagfield=[% loo.tagfield | uri %]&frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-eye"></i> View subfields</a></li> >+ <li><a href="/cgi-bin/koha/admin/marc_subfields_structure.pl?op=add_form&tagfield=[% loo.tagfield | uri %]&frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-pencil"></i> Edit subfields</a></li> > <li><a href="?op=delete_confirm&searchfield=[% loo.tagfield | uri %]&frameworkcode=[% framework.frameworkcode | uri %]"><i class="fa fa-trash"></i> Delete</a></li> > </ul> > </div> >-- >2.11.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 23179
:
90894
|
90933
|
90970