Bugzilla – Attachment 24228 Details for
Bug 7882
Add ability to move and reorder fields and subfields in MARC editor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7882: Inputs should be editable
Bug-7882-Inputs-should-be-editable.patch (text/plain), 1.31 KB, created by
Kyle M Hall (khall)
on 2014-01-13 12:50:26 UTC
(
hide
)
Description:
Bug 7882: Inputs should be editable
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-01-13 12:50:26 UTC
Size:
1.31 KB
patch
obsolete
>From a3384f02ff4c3701e1055f4cc56167c5bf2b42be Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 7 Jan 2014 14:34:31 +0100 >Subject: [PATCH] Bug 7882: Inputs should be editable > >disableSelection is deprecated and cause an issue on editing an input >(input, select, textarea, etc.) >see http://api.jqueryui.com/disableselection/ > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/cataloguing/addbiblio.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >index 352904a..b448b46 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -18,8 +18,8 @@ > }); > $(document).ready(function() { > var $tabs = $('#addbibliotabs').tabs(); >- $( "ul.sortable_field", $tabs ).sortable().disableSelection(); >- $( "ul.sortable_subfield", $tabs ).sortable().disableSelection(); >+ $( "ul.sortable_field", $tabs ).sortable(); >+ $( "ul.sortable_subfield", $tabs ).sortable(); > > [% IF tab %] > $('#addbibliotabs').tabs('option', 'selected', "#[% tab %]"); >-- >1.7.2.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 7882
:
13184
|
13556
|
13789
|
14202
|
14908
|
18024
|
18025
|
18026
|
18027
|
22835
|
22836
|
23517
|
23521
|
23984
|
24227
|
24228
|
94638
|
94837
|
96344
|
96352
|
96384
|
96541
|
96542
|
96633
|
96634
|
96635