Bugzilla – Attachment 142505 Details for
Bug 31911
Headings are inconsistent in rotating collections
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31911: (follow-up) Rename second level heading
Bug-31911-follow-up-Rename-second-level-heading.patch (text/plain), 1.24 KB, created by
Martin Renvoize (ashimema)
on 2022-10-24 13:38:58 UTC
(
hide
)
Description:
Bug 31911: (follow-up) Rename second level heading
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-24 13:38:58 UTC
Size:
1.24 KB
patch
obsolete
>From 76a9205417c06092d594a9aecf845afd476b941c Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Mon, 24 Oct 2022 14:37:44 +0100 >Subject: [PATCH] Bug 31911: (follow-up) Rename second level heading > >This patch, as suggested, renames the second level heading to 'Items in >collection' and move the 'Total items: {count}' into a paragraph. >--- > .../prog/en/modules/rotating_collections/addItems.tt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >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 7d44604d1f..3cfbb3403d 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 >@@ -115,7 +115,8 @@ > > <div class="page-section"> > [% IF ( collectionItemsLoop ) %] >- <h2>Total items: [% collectionItemsLoop.size | html%]</h2> >+ <h2>Items in collection</h2> >+ <p>Total items: [% collectionItemsLoop.size | html%]</p> > <table> > <tr> > <th>Title</th> >-- >2.20.1
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 31911
:
142398
|
142504
|
142505
|
142558
|
142559
|
142560
|
142561
|
142562