Bugzilla – Attachment 53003 Details for
Bug 16794
Revise layout for Admistration > Patron categories
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16794: Revise layout for Admistration > Patron categories
Bug-16794-Revise-layout-for-Admistration--Patron-c.patch (text/plain), 2.28 KB, created by
Héctor Eduardo Castro Avalos
on 2016-06-30 15:33:21 UTC
(
hide
)
Description:
Bug 16794: Revise layout for Admistration > Patron categories
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-06-30 15:33:21 UTC
Size:
2.28 KB
patch
obsolete
>From e23374827ec592acf2d33f9c745b60ca976852f0 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Wed, 22 Jun 2016 09:22:11 -0600 >Subject: [PATCH] Bug 16794: Revise layout for Admistration > Patron > categories >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Add Bootstrap buttons and Font Awesome Icons to "Delete" and "Edit" links > >To test >- Go to Administration -> Patron categories > - Confirm that two button appear instead of links for "Edit" and "Delete" > - Edit an existing category and confirm that works as expected > - Delete a category and confirm that works properly. > >Patch fix it according with QA comment 3 >Fix copy and paste according with QA comment 6 >Fix column "Default privacy" to be sorted again according with comment 8 >Patch set squashed > >Buttons appear now as requested in comment #3 (2 buttons, no action menu) >Signed-off-by: Marc Véron <veron@veron.ch> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >index aa2d3a2..b555505 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -404,8 +404,8 @@ > Forever > [% END %] > </td> >- <td><a href="/cgi-bin/koha/admin/categories.pl?op=add_form&categorycode=[% category.categorycode |uri %]">Edit</a></td> >- <td><a href="/cgi-bin/koha/admin/categories.pl?op=delete_confirm&categorycode=[% category.categorycode |uri %]">Delete</a></td> >+ <td class="actions"><a class="btn btn-mini" href="/cgi-bin/koha/admin/categories.pl?op=add_form&categorycode=[% category.categorycode |uri %]"><i class="fa fa-pencil"></i> Edit</a></td> >+ <td class="actions"><a class="btn btn-mini" href="/cgi-bin/koha/admin/categories.pl?op=delete_confirm&categorycode=[% category.categorycode |uri %]"><i class="fa fa-trash"></i> Delete</a></td> > </tr> > [% END %] > </tbody> >-- >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 16794
:
52674
|
52676
|
52697
|
52703
|
52856
|
53002
|
53003
|
53048
|
53057
|
53058