Bug #39260 » 39260.diff
t3lib/class.t3lib_tceforms.php | ||
---|---|---|
$this_table = $allowed;
|
||
}
|
||
$itemArray[] = array('table' => $this_table, 'id' => $this_uid);
|
||
if (!$disabled && $show_thumbs) {
|
||
if ($show_thumbs) {
|
||
$rr = t3lib_BEfunc::getRecordWSOL($this_table, $this_uid);
|
||
$imgs[] = '<span class="nobr">' .
|
||
$this->getClickMenu(
|
||
... | ... | |
}
|
||
}
|
||
$thumbsnail = '';
|
||
if (!$disabled && $show_thumbs) {
|
||
if ($show_thumbs) {
|
||
$thumbsnail = implode('<br />', $imgs);
|
||
}
|
||
- « Previous
- 1
- 2
- Next »