Bugzilla – Attachment 52676 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 > Categories
Bug-16794---Revise-layout-for-Admistration--Catego.patch (text/plain), 2.92 KB, created by
Marc Véron
on 2016-06-22 05:18:47 UTC
(
hide
)
Description:
Bug 16794 - Revise layout for Admistration > Categories
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2016-06-22 05:18:47 UTC
Size:
2.92 KB
patch
obsolete
>From 5a253d0580e900578d63fec16288eb52b0104cb7 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Tue, 21 Jun 2016 15:57:23 -0600 >Subject: [PATCH] Bug 16794 - Revise layout for Admistration > Categories >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Add a dropup button "Action" with Awesome icons for "Delete" and "Edit" > >To test >- Go to Administration -> Categories > - Confirm that a button "Action" appear instead of links. > - Also see the new icons for "Edit" and "Delete" > - Edit an existing category and confirm that works as expected > - Delete a category and confirm that works properly. > >Signed-off-by: Marc Véron <veron@veron.ch> >--- > .../intranet-tmpl/prog/en/modules/admin/categories.tt | 16 ++++++++++++---- > 1 file changed, 12 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..aa086b9 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 scope="col"> </th> > </tr> > </thead> > <tbody> >@@ -404,8 +403,17 @@ > 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> >+ <div class="dropup"> >+ <a class="btn btn-mini dropdown-toggle" id="categoriesactions" role="button" data-toggle="dropdown" href="#"> >+ Actions <b class="caret"></b> >+ </a> >+ <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="categoriesactions"> >+ <li><a href="/cgi-bin/koha/admin/categories.pl?op=add_form&categorycode=[% category.categorycode |uri %]"><i class="fa fa-pencil"></i> Edit</a></li> >+ <li><a href="/cgi-bin/koha/admin/categories.pl?op=delete_confirm&categorycode=[% category.categorycode |uri %]"><i class="fa fa-trash"></i> Delete</a></li> >+ </ul> >+ </div> >+ </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