Bugzilla – Attachment 99832 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: (QA follow-up) Fix capitalization and simplyfy code a bit
Bug-24390-QA-follow-up-Fix-capitalization-and-simp.patch (text/plain), 1.30 KB, created by
Katrin Fischer
on 2020-02-29 21:06:20 UTC
(
hide
)
Description:
Bug 24390: (QA follow-up) Fix capitalization and simplyfy code a bit
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-02-29 21:06:20 UTC
Size:
1.30 KB
patch
obsolete
>From 4b1b674ce80174c3bf957e0f3d82d06f6fa93d0f Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 29 Feb 2020 21:57:09 +0100 >Subject: [PATCH] Bug 24390: (QA follow-up) Fix capitalization and simplyfy > code a bit > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > >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 d25b4cc2f0..33c81bc423 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,10 +94,7 @@ > <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> >+ <h3>Total items: [% collectionItemsLoop.size | 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