Bugzilla – Attachment 3245 Details for
Bug 5818
date picker broken on label batches
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-5818-Date-picker-broken-on-label-batches.patch (text/plain), 1.10 KB, created by
Owen Leonard
on 2011-03-03 20:18:54 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2011-03-03 20:18:54 UTC
Size:
1.10 KB
patch
obsolete
>From d2e4c0a0ded22c3f35cafcdd0aaec7a4b248d71a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 3 Mar 2011 15:16:06 -0500 >Subject: [PATCH] Fix for Bug 5818, Date picker broken on label batches >Content-Type: text/plain; charset="utf-8" > >Calendar picker JS can't come before main JS includes >--- > .../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 0187cf9..b4bc17d 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.7.3 >
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 5818
: 3245