Bugzilla – Attachment 3728 Details for
Bug 5156
JavaScript error when adding list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed off patch
0001-SIGNED-OFF-Fix-for-Bug-5156-JavaScript-error-when-ad.patch (text/plain), 1.75 KB, created by
Katrin Fischer
on 2011-04-06 09:27:37 UTC
(
hide
)
Description:
Signed off patch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2011-04-06 09:27:37 UTC
Size:
1.75 KB
patch
obsolete
>From b4267f3b163a2d480f0b93f3591266e7ee52cfca Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 24 Feb 2011 15:27:21 -0500 >Subject: [PATCH] [SIGNED-OFF] Fix for Bug 5156, JavaScript error when adding list >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > .../prog/en/modules/virtualshelves/shelves.tmpl | 2 +- > .../opac-tmpl/prog/en/modules/opac-shelves.tmpl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl >index 6fb3efa..0b3bf2d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl >@@ -100,7 +100,7 @@ function placeHold () { > } > > if (_alertString.length==0) { >- document.f.submit(); >+ f.submit(); > } else { > alertString2 = _("Form not submitted because of the following problem(s)"); > alertString2 += "\n------------------------------------------------------------------------------------\n\n"; >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl >index da6ce16..e8d18f8 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tmpl >@@ -125,7 +125,7 @@ $(function() { > } > > if (_alertString.length==0) { >- document.f.submit(); >+ f.submit(); > } else { > alertString2 = _("Form not submitted because of the following problem(s)"); > alertString2 += "\n------------------------------------------------------------------------------------\n\n"; >-- >1.7.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 5156
:
2555
|
3212
| 3728