Bugzilla – Attachment 52669 Details for
Bug 16792
Add Font Awesome Icon and mini button to Keyword to MARC mapping section
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16792: Add Font Awesome Icon and mini button to Keyword to MARC mapping section
Bug-16792-Add-Font-Awesome-Icon-and-mini-button-to.patch (text/plain), 1.51 KB, created by
Héctor Eduardo Castro Avalos
on 2016-06-21 19:25:45 UTC
(
hide
)
Description:
Bug 16792: Add Font Awesome Icon and mini button to Keyword to MARC mapping section
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-06-21 19:25:45 UTC
Size:
1.51 KB
patch
obsolete
>From c21e3af7b13cdfa80bd901aba34f8fc486e633dc Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Tue, 21 Jun 2016 13:24:20 -0600 >Subject: [PATCH] Bug 16792: Add Font Awesome Icon and mini button to Keyword > to MARC mapping section > >Improve Admin > Keyword to MARC mapping to fit with others interfaces in Koha. >This bug change "Delete" link with a mini-button and introduce the trash icon. > >To test: >-Apply patch >-Goto Admin > Keyword to MARC mapping >-Select one framework >-Add some mappings >-Notice about the new button with trash icon >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt >index fbb2756..eec00d9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tt >@@ -71,7 +71,7 @@ $(document).ready(function() { > <td>[% field.field %]</td> > <td>[% field.fieldcode %]</td> > <td>[% field.subfieldcode %]</td> >- <td><a href="?op=delete&id=[% field.id %]&framework=[% field.framework %]">Delete</a></td> >+ <td><a class="btn btn-mini" href="?op=delete&id=[% field.id %]&framework=[% field.framework %]"><i class="fa fa-trash"></i> Delete</a></td> > </tr> > [% END %] > </table>[% END %] >-- >1.7.10.4
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 16792
:
52669
|
52671
|
52822