Bugzilla – Attachment 168214 Details for
Bug 37213
Improve breadcrumbs in rotating collections
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37213: Improved breadcrumbs in rotating collections
Bug-37213-Improved-breadcrumbs-in-rotating-collect.patch (text/plain), 1.80 KB, created by
Eric Garcia
on 2024-06-27 19:35:36 UTC
(
hide
)
Description:
Bug 37213: Improved breadcrumbs in rotating collections
Filename:
MIME Type:
Creator:
Eric Garcia
Created:
2024-06-27 19:35:36 UTC
Size:
1.80 KB
patch
obsolete
>From 4b82bd9a2e0723fbdcc8a37b138875d838dc672a Mon Sep 17 00:00:00 2001 >From: Eric Garcia <cubingguy714@gmail.com> >Date: Thu, 27 Jun 2024 18:06:47 +0000 >Subject: [PATCH] Bug 37213: Improved breadcrumbs in rotating collections > >To test: >1. Tools -> Rotating collections -> New collections >2. Add a title and description >3. After adding the new collection notice the breadcrumb isn't right >4. Apply patch >5. Repeat steps 1 and 2 >6. After adding the new collection notice the breadcrumb is improved. >--- > .../en/modules/rotating_collections/editCollections.tt | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt >index f687e9bc2f..8aeae3ed29 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/editCollections.tt >@@ -40,6 +40,16 @@ > [% WRAPPER breadcrumb_item bc_active= 1 %] > <span>Collection deleted</span> > [% END %] >+ [% ELSIF ( op == "cud-create" ) %] >+ [% IF ( createSuccess ) %] >+ [% WRAPPER breadcrumb_item bc_active= 1 %] >+ <span>Collection created successfully</span> >+ [% END %] >+ [% ELSE %] >+ [% WRAPPER breadcrumb_item bc_active= 1 %] >+ <span>Collection creation failed</span> >+ [% END %] >+ [% END %] > [% ELSE %] > [% WRAPPER breadcrumb_item %] > <a href="/cgi-bin/koha/rotating_collections/addItems.pl?colId=[% editColId | uri %]">[% tx("Collection '{collection_title}'", { collection_title = editColTitle }) | html %]</em></a> >-- >2.30.2
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 37213
:
168214
|
168216
|
168232
|
168575
|
168576
|
171269
|
171270