Bugzilla – Attachment 65445 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]
[SIGNED-OFF] Bug 18869: [FOLLOW-UP] Show enrollments as disabled link
SIGNED-OFF-Bug-18869-FOLLOW-UP-Show-enrollments-as.patch (text/plain), 1.60 KB, created by
Mark Tompsett
on 2017-08-03 02:26:53 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 18869: [FOLLOW-UP] Show enrollments as disabled link
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2017-08-03 02:26:53 UTC
Size:
1.60 KB
patch
obsolete
>From cf1b69d9b77023ddc141d080d709f4d38597033b Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 10 Jul 2017 03:39:21 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 18869: [FOLLOW-UP] Show enrollments as > disabled link > >if club has no enrolled patrons > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > 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 2185156ed9..f52f055524 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.11.0
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