Project

General

Profile

Actions

Bug #17669

closed

Drag&Drop icon should only be displayed when more than 1 IRRE record

Added by Georg Ringer over 16 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-10-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The drag&drop icon appears also if there is just 1 record (in contrast to the up/down icons which work correctly)

a fix could work like this but has the problem that it only works after saving once, maybe Oliver you can do better! ;)
// Drag&Drop Sorting: Sortable handler for script.aculo.us
if ($permsEdit && $enableManualSorting && $config['appearance']['useSortable'] && strpos($config['appearance']['hide'],'sort')===false) {
$style = ($config['inline']['first'] == $config['inline']['last']) ? ' style="visibility: hidden;"' : '';
$cells[] = '<img'.t3lib_iconWorks::skinImg($this->backPath,'gfx/move.gif','width="16" height="16" hspace="2"'.$style).' title="'.$GLOBALS['LANG']->sL('LLL:EXT:lang/locallang_core.php:labels.move',1).'" alt="" style="cursor: move;" class="sortableHandle" />';
}

(issue imported from #M6498)

Actions

Also available in: Atom PDF