Bugzilla – Attachment 18027 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 - move or reorder 6xx and 7xx fields - Followup - Remove placeholder highlighting
Bug-7882---move-or-reorder-6xx-and-7xx-fields---Fo.patch (text/plain), 1.51 KB, created by
Kyle M Hall (khall)
on 2013-05-08 13:42:25 UTC
(
hide
)
Description:
Bug 7882 - move or reorder 6xx and 7xx fields - Followup - Remove placeholder highlighting
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-05-08 13:42:25 UTC
Size:
1.51 KB
patch
obsolete
>From 20c1a4abdb54f75787bd87f1a980a82504218174 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 8 May 2013 09:38:07 -0400 >Subject: [PATCH] Bug 7882 - move or reorder 6xx and 7xx fields - Followup - Remove placeholder highlighting > >This followup removes the yellow placeholder box when moving fields. To >me, it looks and behaves far more sensibly without it. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/cataloguing/addbiblio.tt | 8 ++------ > 1 files changed, 2 insertions(+), 6 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 f0bd84e..a1158b8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt >@@ -10,12 +10,8 @@ > }); > $(document).ready(function() { > var $tabs = $('#addbibliotabs').tabs(); >- $( "ul.sortable_field", $tabs ).sortable({ >- placeholder: "ui-state-highlight", >- }).disableSelection(); >- $( "ul.sortable_subfield", $tabs ).sortable({ >- placeholder: "ui-state-highlight", >- }).disableSelection(); >+ $( "ul.sortable_field", $tabs ).sortable().disableSelection(); >+ $( "ul.sortable_subfield", $tabs ).sortable().disableSelection(); > > /* check cookie to hide/show marcdocs*/ > if($.cookie("marcdocs_[% borrowernumber %]") == 'false'){ >-- >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