Bugzilla – Attachment 97127 Details for
Bug 24390
Add item total to rotating collections (addItems.tt)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24390: Add Item Total to Rotating collections
Bug-24390-Add-Item-Total-to-Rotating-collections.patch (text/plain), 1.13 KB, created by
Lucas Gass (lukeg)
on 2020-01-09 17:10:52 UTC
(
hide
)
Description:
Bug 24390: Add Item Total to Rotating collections
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2020-01-09 17:10:52 UTC
Size:
1.13 KB
patch
obsolete
>From 94a237bddec667a44e198b67b855ae60a9ba647d Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 9 Jan 2020 17:07:59 +0000 >Subject: [PATCH] Bug 24390: Add Item Total to Rotating collections > >--- > .../intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt >index bc11009ddc..d25b4cc2f0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt >@@ -94,6 +94,10 @@ > <div> > <h2>Items in <i>[% colTitle | html %]</i></h2> > [% IF ( collectionItemsLoop ) %] >+ [% FOREACH collectionItemsLoo IN collectionItemsLoop %] >+ [% totalItems = loop.size %] >+ [% END %] >+ <h3>Total Items: [% totalItems | html%]</h3> > <table> > <tr> > <th>Title</th> >-- >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 24390
:
97127
|
98994
|
99831
|
99832