Bugzilla – Attachment 51789 Details for
Bug 16543
Make edit and delete links styled buttons in patron attribute types administration
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16543 - Make edit and delete links styled buttons in patron attribute types administration
Bug-16543---Make-edit-and-delete-links-styled-butt.patch (text/plain), 1.80 KB, created by
Owen Leonard
on 2016-05-25 14:52:25 UTC
(
hide
)
Description:
Bug 16543 - Make edit and delete links styled buttons in patron attribute types administration
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-05-25 14:52:25 UTC
Size:
1.80 KB
patch
obsolete
>From b8a04ac3e610580aab0edcbcc71b8d843cf584a5 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 25 May 2016 10:49:26 -0400 >Subject: [PATCH] Bug 16543 - Make edit and delete links styled buttons in > patron attribute types administration >Content-Type: text/plain; charset="utf-8" > >This patch modifies the Patron attribute types page, converting edit and >delete links to Bootstrap buttons with Font Awesome icons. > >To test, apply the patch and go to Administration -> Patron attribute >types. The 'Edit' and 'Delete' buttons should look correct and work >correctly. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >index 384fc57..3ee2fc5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >@@ -283,9 +283,9 @@ $(document).ready(function() { > No limitation > [% END %] > </td> >- <td> >- <a href="[% item.script_name %]?op=edit_attribute_type&code=[% item.code |html %]">Edit</a> >- <a href="[% item.script_name %]?op=delete_attribute_type&code=[% item.code |html %]">Delete</a> >+ <td class="actions"> >+ <a class="btn btn-mini" href="[% item.script_name %]?op=edit_attribute_type&code=[% item.code |html %]"><i class="fa fa-pencil"></i> Edit</a> >+ <a class="btn btn-mini" href="[% item.script_name %]?op=delete_attribute_type&code=[% item.code |html %]"><i class="fa fa-trash"></i> Delete</a> > </td> > </tr> > [% END %] >-- >2.1.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 16543
:
51789
|
51872
|
52281