CC-3174 : showbuilder

fixing some css/js for display.
This commit is contained in:
Naomi Aro 2012-02-01 23:33:20 +01:00
parent f5b2a23eb1
commit 3aab811a3e
11 changed files with 89 additions and 22 deletions

View file

@ -1,6 +1,6 @@
function fnLibraryTableRowCallback( nRow, aData, iDisplayIndex, iDisplayIndexFull ) {
$(nRow).attr("id", aData["id"]);
$(nRow).attr("id", aData["tr_id"]);
$(nRow).data("show_builder", {"id": aData["id"], "length": aData["length"]});
@ -15,7 +15,7 @@ function fnLibraryTableDrawCallback() {
function addLibraryItemEvents() {
$('#library_display tr')
$('#library_display tr:not(:first)')
.draggable({
helper: 'clone',
cursor: 'pointer',