alecpl
2008-10-09 70087c52bc89879b8b42c422392aecf3976bbb08
program/steps/mail/upload.inc
@@ -50,7 +50,6 @@
      if (is_file($icon = $CONFIG['skin_path'] . '/images/icons/remove-attachment.png')) {
        $button = html::img(array(
          'src' => $icon,
          'border' => 0,
          'alt' => rcube_label('delete'),
          'style' => "padding-right:2px;vertical-align:middle",
        ));