Bugzilla – Attachment 64946 Details for
Bug 18869
Patron clubs and templates tables look strange when empty
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18869: [FOLLOW-UP] Show enrollments as disabled link
Bug-18869-FOLLOW-UP-Show-enrollments-as-disabled-l.patch (text/plain), 1.53 KB, created by
Aleisha Amohia
on 2017-07-10 03:40:11 UTC
(
hide
)
Description:
Bug 18869: [FOLLOW-UP] Show enrollments as disabled link
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2017-07-10 03:40:11 UTC
Size:
1.53 KB
patch
obsolete
>From 6e402141a721a89c039cfce2d6d8f3d0ec4e9cc9 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 10 Jul 2017 03:39:21 +0000 >Subject: [PATCH] Bug 18869: [FOLLOW-UP] Show enrollments as disabled link > >if club has no enrolled patrons >--- > koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt >index 2185156..f52f0555 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/clubs/clubs.tt >@@ -238,6 +238,12 @@ > <i class="fa fa-list-ul"></i> Enrollments > </a> > </li> >+ [% ELSE %] >+ <li class="disabled"> >+ <a href="club-enrollments.pl?id=[% c.id %]"> >+ <i class="fa fa-list-ul"></i> Enrollments >+ </a> >+ </li> > [% END %] > [% IF CAN_user_clubs_edit_clubs %] > <li> >-- >2.1.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 18869
:
64684
|
64687
|
64936
|
64946
|
65443
|
65444
|
65445
|
66650
|
66651
|
66652