Bugzilla – Attachment 53058 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: Group the 2 action buttons into the same column
Bug-16794-Group-the-2-action-buttons-into-the-same.patch (text/plain), 2.99 KB, created by
Jonathan Druart
on 2016-07-03 15:08:54 UTC
(
hide
)
Description:
Bug 16794: Group the 2 action buttons into the same column
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-07-03 15:08:54 UTC
Size:
2.99 KB
patch
obsolete
>From 469008596a0fa10e566719d32c7224fb220f8be9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sun, 3 Jul 2016 16:07:33 +0100 >Subject: [PATCH] Bug 16794: Group the 2 action buttons into the same column > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/js/categories.js | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 9 +++++---- > 2 files changed, 7 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/js/categories.js b/koha-tmpl/intranet-tmpl/prog/en/js/categories.js >index 0c34379..ff908b1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/js/categories.js >+++ b/koha-tmpl/intranet-tmpl/prog/en/js/categories.js >@@ -23,7 +23,7 @@ jQuery.validator.addMethod( "enrollment_period", function(){ > $(document).ready(function() { > $("#table_categorie").dataTable($.extend(true, {}, dataTablesDefaults, { > "aoColumnDefs": [{ >- "aTargets": [-1, -2], >+ "aTargets": [-1], > "bSortable": false, > "bSearchable": false > }, { >@@ -94,4 +94,4 @@ $(document).ready(function() { > } > > }); >-}); >\ No newline at end of file >+}); >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 b555505..003cb03 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">Actions</th> > </tr> > </thead> > <tbody> >@@ -404,8 +403,10 @@ > Forever > [% END %] > </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> >+ <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> >-- >2.8.1
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