Bugzilla – Attachment 180129 Details for
Bug 37911
Prototype vue islands within static pages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37911: (follow-up) Remove unneeded include of calendar.inc in intranet-main.tt
Bug-37911-follow-up-Remove-unneeded-include-of-cal.patch (text/plain), 961 bytes, created by
Paul Derscheid
on 2025-04-01 10:16:37 UTC
(
hide
)
Description:
Bug 37911: (follow-up) Remove unneeded include of calendar.inc in intranet-main.tt
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2025-04-01 10:16:37 UTC
Size:
961 bytes
patch
obsolete
>From daf4d4b78576eb65c1a4de8a2809e4e8bbaf61a8 Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >Date: Tue, 1 Apr 2025 12:14:11 +0200 >Subject: [PATCH] Bug 37911: (follow-up) Remove unneeded include of > calendar.inc in intranet-main.tt > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index 388d49eed2..91172dac2a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -332,7 +332,6 @@ > </div> > <!-- /#container-main.container-fluid --> > [% MACRO jsinclude BLOCK %] >- [% INCLUDE 'calendar.inc' %] > <script> > var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this news item? This cannot be undone."); > $(document).ready(function () { >-- >2.49.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 37911
:
171425
|
171426
|
171432
|
171439
|
171440
|
171445
|
171459
|
171517
|
171538
|
171608
|
171685
|
172962
|
172963
|
172965
|
172966
|
172967
|
172968
|
172969
|
172970
|
172971
|
172972
|
172973
|
172974
|
172975
|
176959
|
176960
|
176961
|
176962
|
176963
|
176964
|
176965
|
176966
|
176967
|
176968
|
176969
|
176970
|
176972
|
178256
|
178257
|
178258
|
178259
|
178260
|
178261
|
178262
|
178263
|
178264
|
178265
|
178266
|
178267
|
180113
|
180114
|
180115
|
180116
|
180117
|
180118
|
180119
|
180120
|
180121
|
180122
|
180123
|
180124
|
180125
| 180129