From ce54075a31eaa093ca8c9c37aded9a5cdc6ef760 Mon Sep 17 00:00:00 2001 From: Kyle M Hall 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 --- .../prog/en/modules/cataloguing/addbiblio.tt | 2 -- 1 files changed, 0 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 f0bd84e..fef0fbc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbiblio.tt @@ -11,10 +11,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(); /* check cookie to hide/show marcdocs*/ -- 1.7.2.5