Bugzilla – Attachment 53002 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: (follow up)Make column "Default privacy" could be sorted again
Bug-16794-follow-upMake-column-Default-privacy-cou.patch (text/plain), 2.15 KB, created by
Héctor Eduardo Castro Avalos
on 2016-06-30 15:27:51 UTC
(
hide
)
Description:
Bug 16794: (follow up)Make column "Default privacy" could be sorted again
Filename:
MIME Type:
Creator:
Héctor Eduardo Castro Avalos
Created:
2016-06-30 15:27:51 UTC
Size:
2.15 KB
patch
obsolete
>From 538407c6b46d5739573896f10bf5251a1dc058a4 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Thu, 30 Jun 2016 09:22:53 -0600 >Subject: [PATCH] Bug 16794: (follow up)Make column "Default privacy" could be > sorted again > >Fix column "Default privacy" to be sorted again according with comment 8 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 7 ++++--- > 1 file changed, 4 insertions(+), 3 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 d15f757..b555505 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt >@@ -318,7 +318,8 @@ > [% END %] > <th scope="col">Branches limitations</th> > <th scope="col">Default privacy</th> >- <th scope="col">Actions</th> >+ <th scope="col"> </th> >+ <th scope="col"> </th> > </tr> > </thead> > <tbody> >@@ -403,8 +404,8 @@ > 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> >- <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></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