diff --git a/lib/WebGUI/Operation/Image.pm b/lib/WebGUI/Operation/Image.pm index d693705fa..18f030cd3 100644 --- a/lib/WebGUI/Operation/Image.pm +++ b/lib/WebGUI/Operation/Image.pm @@ -186,14 +186,10 @@ sub www_listImages { # do image groups if($imageGroupId > 0) { # show previous link $row[$i] = ''; - $row[$i] .= ' '; - $row[$i] .= '' .' '.WebGUI::International::get(542).''; # FIXME folder icon - $row[$i] .= ' '; - $row[$i] .= '  '; - $row[$i] .= '  '; $row[$i] .= ''; $i++; }