Bugzilla – Attachment 52671 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.64 KB, created by
Marc Véron
on 2016-06-21 19:56:18 UTC
(
hide
)
Description:
Bug 16792: Add Font Awesome Icon and mini button to Keyword to MARC mapping section
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-06-21 19:56:18 UTC
Size:
1.64 KB
patch
obsolete
>From f5d81f127931082893b4c54c125351694121e82d 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 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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 > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > 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