Bugzilla – Attachment 3978 Details for
Bug 6242
Javscript errors in label-item-search.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Moved the inclusion of calendar.inc in labels/search.tmpl
0001-Moved-the-inclusion-of-calendar.inc-in-labels-search.patch (text/plain), 1.28 KB, created by
Frédérick Capovilla
on 2011-04-21 17:35:40 UTC
(
hide
)
Description:
Moved the inclusion of calendar.inc in labels/search.tmpl
Filename:
MIME Type:
Creator:
Frédérick Capovilla
Created:
2011-04-21 17:35:40 UTC
Size:
1.28 KB
patch
obsolete
>From c66a446f6b6e1746ffba70abce9beccb755468a7 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Fr=C3=A9d=C3=A9rick=20Capovilla?= <frederick.capovilla@sys-tech.net> >Date: Thu, 21 Apr 2011 13:03:23 -0400 >Subject: [PATCH] Moved the inclusion of calendar.inc in labels/search.tmpl > >The javascript in calendar.inc depends on some code from >doc-head-close.inc . I moved the inclusion so the page label-item-search.pl >doesn't send javascript error on load and so the calendars on the page >can work correctly. >--- > .../prog/en/modules/labels/search.tmpl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl >index adcafbc..c5807cd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tmpl >@@ -1,6 +1,6 @@ > <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><title>Koha › Labels</title> >-<!-- TMPL_INCLUDE NAME="calendar.inc" --> > <!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> >+<!-- TMPL_INCLUDE NAME="calendar.inc" --> > <style type="text/css">#custom-doc { width:47.23em;*width:46.04em;min-width:610px; margin:auto;margin-top: .4em; text-align:left; }</style> > </head> > <body> >-- >1.5.6.5 >
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 6242
: 3978