[TYPO3-dam-devel] RFC Bugfix: 6700: "Show edit options" doesnt work stand allone

Peter Kühn peter.kuehn at wmdb.de
Sat Dec 29 17:49:15 CET 2007


Andreas Balzer schrieb:
 > +1 to the following three:
 > http://bugs.typo3.org/view.php?id=5681
 > http://bugs.typo3.org/view.php?id=6700
 > http://bugs.typo3.org/view.php?id=6697

Michiel Roos schrieb:
> This is a svn patch request.
> 
> Type: bugfix
> 
> Steps to reproduce:
> - Go to DAM -> List -> Thumbnails
> - Click the 'show edit options' under the 'options'
> 
> Observed behaviour:
> No edit icons show under the thumbnails
> 
> Expected behaviour:
> The edit icons should show
> 
> Branches:
> Head
> 
> Bugtracker reference: http://bugs.typo3.org/view.php?id=6700
> 
> 
> ------------------------------------------------------------------------
> 
> --- lib/class.tx_dam_guifunc.orig.php	2007-12-24 11:41:09.000000000 -0500
> +++ lib/class.tx_dam_guifunc.php	2007-12-24 11:41:22.000000000 -0500
> @@ -619,7 +619,7 @@
>  		$diaCode = '
>  		<table class="txdam-dia" cellspacing="0" cellpadding="0" border="0">
>  		<tr><td><span><span class="txdam-dia">'.$thumb.'</span></td></tr>
> -		'. ( ($descr.$icons) ? '<tr><td align="center" bgcolor="'.$iconBgColor.'">'.$descr.$icons.$actions.'</td></tr>' : '').'
> +		'. ( ($descr.$icons.$actions) ? '<tr><td align="center" bgcolor="'.$iconBgColor.'">'.$descr.$icons.$actions.'</td></tr>' : '').'
>  		</table> ';
>  
>  		return $diaCode;


More information about the TYPO3-team-dam mailing list