Bugzilla – Attachment 52703 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.58 KB, created by
Marc Véron
on 2016-06-22 18:51:53 UTC
(
hide
)
Description:
Bug 16794: Revise layout for Admistration > Patron categories
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-06-22 18:51:53 UTC
Size:
2.58 KB
patch
obsolete
>From 2339514d8f581197e9a89b259ba1ba3705d373f2 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 > >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 | 7 +++---- > 1 file changed, 3 insertions(+), 4 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..ec21c2c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -318,8 +318,7 @@ > [% END %] > <th scope="col">Branches limitations</th> > <th scope="col">Default privacy</th> >- <th scope="col"> </th> >- <th scope="col"> </th> >+ <th aria-label="Actions" style="width: 88.1px;" colspan="1" rowspan="1" class="sorting_disabled">Actions</th> > </tr> > </thead> > <tbody> >@@ -404,8 +403,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> >+ <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